Skip to content

Commit

Permalink
Added href to <link>
Browse files Browse the repository at this point in the history
  • Loading branch information
zanivan committed Sep 15, 2023
1 parent 836074e commit 3dfbf0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/data/joy/getting-started/templates/sign-in-side/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,10 @@ export default function JoySignInSideTemplate() {
<Stack gap={1}>
<Typography level="h3">Sign in</Typography>
<Typography level="body-sm">
New to company? <Link level="title-sm">Sign up!</Link>
New to company?
<Link href="#replace-with-a-link" level="title-sm">
Sign up!
</Link>
</Typography>
</Stack>

Expand Down

0 comments on commit 3dfbf0b

Please sign in to comment.