mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-15 18:15:10 +01:00
Use a few animated icons from Line-MD
This commit is contained in:
@@ -13,12 +13,12 @@ const { src = '/motschensummer-cutout.png' } = Astro.props
|
|||||||
</h1>
|
</h1>
|
||||||
<div class="flex flex-col gap-3 min-[500px]:flex-row">
|
<div class="flex flex-col gap-3 min-[500px]:flex-row">
|
||||||
<a class="button has-icon" href="https://github.com/Motschen">
|
<a class="button has-icon" href="https://github.com/Motschen">
|
||||||
<Icon name="ion:logo-github" />
|
<Icon name="line-md:github-loop" />
|
||||||
Visit my GitHub Profile
|
Visit my GitHub Profile
|
||||||
</a>
|
</a>
|
||||||
<a class="button has-icon color-secondary"
|
<a class="button has-icon color-secondary"
|
||||||
href="wiki/midnightlib">
|
href="wiki/midnightlib">
|
||||||
<Icon name="ion:document-text" />
|
<Icon name="line-md:document-list" />
|
||||||
View the Wiki
|
View the Wiki
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user