From: Ruben Beltran del Rio Date: Sun, 1 May 2022 13:01:50 +0000 (+0200) Subject: Use tailwind, reference types X-Git-Url: https://git.r.bdr.sh/rbdr/forum/commitdiff_plain/be1ce532b26aea4e3e2258da78849bd245f7f78b?ds=sidebyside;hp=d197e31bf0437889f792e013df32b868fffc35d9 Use tailwind, reference types --- diff --git a/src/lib/components/actions/topic.svelte b/src/lib/components/actions/topic.svelte index a3cba3b..9a9cd7e 100644 --- a/src/lib/components/actions/topic.svelte +++ b/src/lib/components/actions/topic.svelte @@ -1,5 +1,5 @@ -
-

{$_('error.generic.title')}

-

{message || $_('error.generic.message')}

+
+

{$_('error.generic.title')}

+

{message || $_('error.generic.message')}

diff --git a/src/lib/components/footer/footer.svelte b/src/lib/components/footer/footer.svelte index 5c171d2..e2db937 100644 --- a/src/lib/components/footer/footer.svelte +++ b/src/lib/components/footer/footer.svelte @@ -6,25 +6,12 @@ const licenseUrl = 'https://gitlab.com/rbdr/forum/'; -