Skip to content

Commit

Permalink
Update BaseLayout.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 21, 2024
1 parent 0365df1 commit b57dfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const { title } = Astro.props;
<div class='flex justify-start'>
<div class='flex flex-col'>
<div class='flex flex-row pb-3'>
<a href='/'><img class='h-8 w-8 mr-4' src='/favicon.svg' alt='icon' /></a>
<a href='/'><img class='h-8 mr-4' src='/favicon.svg' alt='icon' /></a>
<a href='/' class='fancytitle mr-4'>Loculus</a>
</div>
<OrganismSelector />
Expand Down

0 comments on commit b57dfd5

Please sign in to comment.