Skip to content

Commit

Permalink
moved Announcements to client side
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerrecs committed Jul 31, 2024
1 parent 189e6f3 commit 20bacdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import Announcement from "../components/Announcements";
<div class="flex max-xl:flex-wrap gap-8 max-xl:px-8">
<div class="2xl:w-[72.5%] xl:w-[72.5%] max-xl:w-[100%] flex flex-col gap-8">
<CardBox title="Latest announcements" padding="2">
<Announcement client:visible/>
<Announcement client:only/>
</CardBox>

<CardBox title="Events" padding="4">
Expand Down

0 comments on commit 20bacdb

Please sign in to comment.