Skip to content

Commit

Permalink
fix : change url
Browse files Browse the repository at this point in the history
  • Loading branch information
Happhee committed Sep 11, 2024
1 parent 6095002 commit 1ef148f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/constants/dropdownMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const AUTH_LINK: DropdownMenuItem[] = [
{
title: "FEW와 협업하려면",
component: ({ title }: { title: string }) => (
<Link href="https://tally.so/r/nP0OMQ" target="_blank">
<Link href="https://few.framer.website" target="_blank">
{title}
</Link>
),
Expand Down

0 comments on commit 1ef148f

Please sign in to comment.