We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22160a8 commit 0312e1eCopy full SHA for 0312e1e
1 file changed
src/lib/features/feed/components/article.svelte
@@ -35,7 +35,7 @@
35
<svelte:window on:scroll={handleScroll} />
36
37
<article class="mx-auto max-w-3xl space-y-8 px-4 py-8">
38
- <a href={resolve('/')} class="btn mb-8">
+ <a href={resolve('/privacy-news')} class="btn mb-8">
39
<Icons.arrowLeft class="mr-1" />
40
Back to feed
41
</a>
0 commit comments