Skip to content

Commit

Permalink
Merge pull request #53 from zaanposni/zaanposni-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
zaanposni authored Sep 30, 2024
2 parents 7c2cb74 + fba3d79 commit 56bf174
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions src/psaggregator/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@
{/if}
</MediaQuery>

<Alert.Root>
<Notification class="stroke-[hsl(var(--primary))]" />
<Alert.Title class="text-[hsl(var(--primary))]">Alarm!</Alert.Title>
<Alert.Description>Es gibt nun einen Twitter-Import. Schaut euch die neusten Tweets unter "News" an!</Alert.Description>
</Alert.Root>

<div class="flex flex-col-reverse gap-y-4 md:flex-row md:items-start md:gap-x-8 md:gap-y-0">
<div class="shrink-0 grow">
<div class="mb-2 ml-2 flex items-center text-2xl">
Expand Down
6 changes: 0 additions & 6 deletions src/psaggregator/src/routes/news/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
<InstagramStoriesContainer stories={data.instagramStories} filterKey="chris" />
</div>

<Alert.Root>
<Notification class="stroke-[hsl(var(--primary))]" />
<Alert.Title class="text-[hsl(var(--primary))]">Alarm!</Alert.Title>
<Alert.Description>Es gibt nun einen Twitter-Import. Schaut euch die neusten Tweets an!</Alert.Description>
</Alert.Root>

{#if matches}
<NewsBig
youtubeCommunityPosts={data.youtubeCommunityPosts}
Expand Down

0 comments on commit 56bf174

Please sign in to comment.