feat: replace copyright symbol with icon

This commit is contained in:
Stefan Imhoff
2026-01-30 11:46:10 +01:00
committed by Stefan Imhoff
parent d850b0654e
commit b12af3503d

View File

@@ -1,11 +1,14 @@
---
import { Copyright } from './icons';
import LegalDate from './LegalDate.astro';
import { site } from '../data/site';
---
<div class="flex flex-1 shrink-0 items-center">
<span class="relative text-[14px] mie-[0.25em] block-start-[1px]">©</span>
<span class="relative text-[14px] mie-[0.25em] block-start-[-1px]"
><Copyright aria-hidden="true" className="icon h-[15px] w-[15px]" /></span
>
<span class="shrink-0">
<LegalDate />
</span>