Skip to content

Commit

Permalink
fix: reverts change to ProjectTypeBtns load directive
Browse files Browse the repository at this point in the history
  • Loading branch information
allison-truhlar committed Jul 24, 2024
1 parent fd62ee6 commit 11c8def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/projects/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const uniqueTags = extractUniqueTagsObject(allProjects);
<FilterMenu uniqueTags={uniqueTags} client:only="react" />
</div>
<div class="col-start-2 col-span-2 3xl:col-span-3 4xl:col-span-4">
<ProjectTypeBtns client:visible />
<ProjectTypeBtns client:only="react" />
<div class="md:hidden flex flex-col gap-6 items-end min-w-full">
<div class="flex gap-2 w-full">
<h3 class="font-bold">Filter by OSSI funding status</h3>
Expand Down

0 comments on commit 11c8def

Please sign in to comment.