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
commit 9ba21dea15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>