Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
7underlines committed Aug 29, 2024
1 parent 03ad561 commit 0eefb5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ const homeGaming = "/images/home-gaming.png";
<div class="grid gap-4 lg:text-start lg:order-1">
<h2 class="h2">Play</h2>
<p>Your teammate by night.</p>
<a href="https://quick-dungeon-crawler-od.thomaspeissl.com"
<a href="https://dungeon.werkstattl.com"
class="bg-black font-medium text-white py-3 px-6 rounded-full text-xl flex items-center gap-2"
><Browser />Quick Dungeon Crawler on Demand</a>
><Browser />Enter the Dungeon</a>

<a href="https://play.google.com/store/apps/details?id=com.thomaspeissl.quick_dungeon_crawler_od.twa"
class="bg-black font-medium text-white py-3 px-6 rounded-full text-xl flex items-center gap-2"
><GooglePlay />Quick Dungeon Crawler on Demand</a>
><GooglePlay />Google Play</a>

<a href="https://github.com/Werkstattl/quick-dungeon-crawler-rpg-od"
class="bg-black font-medium text-white py-3 px-6 rounded-full text-xl flex items-center gap-2"
><Github />Quick Dungeon Crawler on Demand</a>
><Github />GitHub</a>
</div>
<Image
src={homeGaming}
Expand Down

0 comments on commit 0eefb5c

Please sign in to comment.