Skip to content

Commit

Permalink
finish announcement card
Browse files Browse the repository at this point in the history
  • Loading branch information
Ushie committed Oct 28, 2023
1 parent ad28590 commit 3e19919
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 336 deletions.
152 changes: 15 additions & 137 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/routes/announcements/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import Footer from '$layout/Footer/FooterHost.svelte';
import Query from '$lib/components/Query.svelte';
import Announcement from './Announcement.svelte';
import Announcement2 from './Announcement2.svelte';
import { get_access_token } from '$data/api/settings';
import PostAnnouncementDialogue from './PostAnnouncementDialogue.svelte';
import Button from '$lib/components/Button.svelte';
Expand Down Expand Up @@ -73,7 +72,6 @@
<div class="announcements">
{#each data.announcements as announcement}
<Announcement {announcement} />
<Announcement2 {announcement} />
{/each}
</div>
<br />
Expand Down
Loading

0 comments on commit 3e19919

Please sign in to comment.