Skip to content

Commit

Permalink
Merge pull request #12 from wellsync/wellsync
Browse files Browse the repository at this point in the history
feat: make logo a href
  • Loading branch information
jeroenrinzema authored Jan 13, 2025
2 parents 866751d + a96afdb commit b68a65e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
<main>
<form class="max-w-3xl m-auto grid gap-y-6">
<section>
<img src="/logo.svg" alt="WellSync" class="rounded-md w-1/12" />
<a href="https://wellsync.com" target="_blank">
<img src="/logo.svg" alt="WellSync" class="rounded-md w-1/12" />
</a>
<Patient id={patient} />
</section>

Expand Down

0 comments on commit b68a65e

Please sign in to comment.