Skip to content

Commit

Permalink
Merge pull request #10 from wellsync/feat/js-client
Browse files Browse the repository at this point in the history
chore: move logo to public
  • Loading branch information
jeroenrinzema authored Jan 13, 2025
2 parents 1b4251b + 08ecdf3 commit cc9e787
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes
3 changes: 1 addition & 2 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
import "@iframe-resizer/child";
import Logo from "./assets/logo.svg";
import Patient from "./components/Patient.svelte";
import Prescription from "./components/Prescription.svelte";
</script>

<main>
<form class="max-w-3xl m-auto grid gap-y-6">
<section>
<img src={Logo} alt="WellSync" class="rounded-md w-1/12" />
<img src="/logo.svg" alt="WellSync" class="rounded-md w-1/12" />
<Patient id={patient} />
</section>

Expand Down

0 comments on commit cc9e787

Please sign in to comment.