Skip to content

Commit

Permalink
fix(website): remove trailing ; from user page
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Feb 24, 2024
1 parent 54ffad7 commit a7efa56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/user.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
import UserPage from '../components/User/UserPage.astro';
---

<UserPage />;
<UserPage />

0 comments on commit a7efa56

Please sign in to comment.