feat(doc): change layout of button in main page

This commit is contained in:
thomas
2023-10-17 21:14:31 +02:00
parent 12f3b36c55
commit 1269464c89
7 changed files with 349 additions and 389 deletions

View File

@@ -22,6 +22,7 @@ hero:
---
import { Card, CardGrid } from '@astrojs/starlight/components';
import MyIcon from '../../components/MyIcon.astro';
<CardGrid>
<Card title="38 Challenges">
@@ -57,11 +58,9 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
---
<div class="article-footer">
<a
href="https://github.com/sponsors/tomalaforge"
alt="Sponsor link"
class="primary action astro-yjy4zhro">
🤍 Sponsor the Project
<a href="https://github.com/sponsors/tomalaforge" alt="Sponsor link">
<MyIcon name="fillHeart" size="1.2rem" color="white" />
Sponsor the Project
</a>
</div>