Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions src/routes/privacy-news/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import { Heading } from '$lib/components/headings/index.js';
import { Link, Text } from '$lib/components/text';
import { Text } from '$lib/components/text';
import ArticleFilters from '$lib/features/feed/components/article-filters.svelte';
import Articles from '$lib/features/feed/components/articles.svelte';

Expand All @@ -11,13 +11,8 @@
<header class="mb-8">
<Heading size="display" class="mb-4">Privacy News</Heading>
<Text>
RSS feed aggregator for privacy news from <Link
variant="primary"
href="https://tuta.com/blog"
external>tuta.com</Link
>, <Link variant="primary" href="https://www.privacyguides.org/blog/" external
>privacyguides.org</Link
>, and <Link variant="primary" href="https://techlore.tech/" external>techlore.tech</Link>.
RSS feed aggregator for privacy news from goated sources. Perfect read during your morning
coffee! ☕️
</Text>
</header>

Expand Down
Loading