Merge pull request #35 from fiatjaf/goals

add a missing space after "Find a goal"
This commit is contained in:
hzrd149
2023-10-24 12:23:09 -05:00
committed by GitHub

View File

@@ -33,8 +33,8 @@ function UserGoalsManagerPage() {
You don't have any goals,{" "}
<Link as={RouterLink} to="/goals/browse" color="blue.500">
Find a goal
</Link>{" "}
to support or{" "}
</Link>
&nbsp;to support or{" "}
<Link href="https://goals-silk.vercel.app/new" isExternal color="blue.500">
Create one
</Link>