Skip to content

Commit

Permalink
fix: a tag styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenrinzema committed Jan 13, 2025
1 parent a96afdb commit 2f1419c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<main>
<form class="max-w-3xl m-auto grid gap-y-6">
<section>
<a href="https://wellsync.com" target="_blank">
<a href="https://wellsync.com" target="_blank" class="flex">
<img src="/logo.svg" alt="WellSync" class="rounded-md w-1/12" />
</a>
<Patient id={patient} />
Expand Down

0 comments on commit 2f1419c

Please sign in to comment.