2 import type { TopicAction } from '$lib/stores/actions';
3 export let actions: TopicAction;
5 import { _ } from 'svelte-i18n';
9 <a href="/reply/{actions.id}" title={$_('header.action.reply.title')}>
10 {@html $_('header.action.reply.display')}
21 text-decoration: none;
23 display: inline-block;