Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Jan 8, 2024
1 parent dec0fba commit 412b9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/[organism]/search/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const offset = (page - 1) * pageSize;
const data = await getData(organism, searchFormFilter, offset, pageSize);
---

<BaseLayout title=`${cleanedOrganism.displayName} - Browse`>
<BaseLayout title={`${cleanedOrganism.displayName} - Browse`}>
<h1 class='title'>Search</h1>
<div class='flex flex-col md:flex-row gap-8 md:gap-4'>
<div class='md:w-72'>
Expand Down

0 comments on commit 412b9e3

Please sign in to comment.