mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat(astro): create Link component
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
import { Sprite } from 'astro-icon';
|
||||
|
||||
import Link from './Link.astro';
|
||||
import Subsubheadline from './Subsubheadline.astro';
|
||||
---
|
||||
|
||||
@@ -8,13 +9,12 @@ import Subsubheadline from './Subsubheadline.astro';
|
||||
<Subsubheadline>Stay up to date.</Subsubheadline>
|
||||
<p>
|
||||
<Sprite name="ri:rss-fill" class="h-icon w-icon inline" />
|
||||
<a
|
||||
<Link
|
||||
class="font-light decoration-4 underline-offset-auto hover:underline hover:decoration-shibui-900/20 dark:hover:decoration-shibui-100/20"
|
||||
href="/rss.xml"
|
||||
rel="nofollow noopener noreferrer external"
|
||||
target="_blank"
|
||||
>
|
||||
Subscribe via RSS
|
||||
</a>
|
||||
</Link>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user