Skip to content

Commit

Permalink
quick fix for the last merge
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lvax committed Oct 11, 2024
1 parent 7e470dd commit eda9e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/profile/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="flex min-h-screen w-full flex-col">
<main class="flex flex-1 flex-col gap-4 p-4 md:gap-8 md:p-8">
<div class="flex w-full justify-end space-x-2">
<Button variant="outline" href="/${data.userStats.username}"
<Button variant="outline" href="/{data.userStats.username}"
>View my public profile <ArrowUpRight /></Button
>
</div>
Expand Down

0 comments on commit eda9e68

Please sign in to comment.