mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
feat: replace copyright symbol with icon
This commit is contained in:
committed by
Stefan Imhoff
parent
d850b0654e
commit
b12af3503d
@@ -1,11 +1,14 @@
|
|||||||
---
|
---
|
||||||
|
import { Copyright } from './icons';
|
||||||
import LegalDate from './LegalDate.astro';
|
import LegalDate from './LegalDate.astro';
|
||||||
|
|
||||||
import { site } from '../data/site';
|
import { site } from '../data/site';
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="flex flex-1 shrink-0 items-center">
|
<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">
|
<span class="shrink-0">
|
||||||
<LegalDate />
|
<LegalDate />
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user