internal link

This commit is contained in:
Maxime Cannoodt 2022-06-23 22:05:09 +02:00
parent c48a54efe7
commit f2c40ad416

View File

@ -4,6 +4,6 @@
export let text: string; export let text: string;
</script> </script>
<span class="text-blue-400 underline cursor-not-allowed"> <span class="text-[#705dcf] underline cursor-not-allowed">
<dfn class="not-italic" title="Internal links are not shared."> {text}</dfn></span <dfn class="not-italic" title="Internal links are not shared."> {text}</dfn></span
> >