From ae0929ad06aaf25f72dab521e3171e47be1886a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 7 Mar 2026 19:03:41 +0100 Subject: [PATCH] fix: replace arrow symbol with icon css in author profile link Co-Authored-By: Claude Sonnet 4.6 --- packages/frontend/src/routes/magazine/[slug]/+page.svelte | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/routes/magazine/[slug]/+page.svelte b/packages/frontend/src/routes/magazine/[slug]/+page.svelte index 37e5b01..68c800a 100644 --- a/packages/frontend/src/routes/magazine/[slug]/+page.svelte +++ b/packages/frontend/src/routes/magazine/[slug]/+page.svelte @@ -156,8 +156,9 @@

{author.description}

{/if} {#if author.slug} - - View profile → + + View profile + {/if}