refactor(save-github-provider): remove unused GitHub link from save component

This commit is contained in:
Mauricio Siu 2025-03-15 22:51:09 -06:00
parent a12beb6748
commit d13871cd08

View File

@ -468,16 +468,6 @@ export const SaveGithubProvider = ({ applicationId }: Props) => {
Save
</Button>
</div>
{/* create github link */}
<div className="flex w-full justify-end">
<Link
href={`https://github.com/${repository?.owner}/${repository?.repo}`}
target="_blank"
className="w-fit"
>
Repository
</Link>
</div>
</form>
</Form>
</div>