Skip to content

Commit

Permalink
style(Astro): 🎨 fix weird hover icon
Browse files Browse the repository at this point in the history
  • Loading branch information
wasdee committed Jun 9, 2024
1 parent 8c13eca commit a8666ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Interfaces/Astro/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Header from '../components/Header.astro';
<div class="max-w-md">
<h1 class="text-5xl font-bold">เร็วๆ นี้</h1>
<p class="py-6">เว็บไซต์นี้กำลังอยู่ระหว่างการพัฒนา โปรดกลับมาตรวจสอบอีกครั้งในภายหลังสำหรับการอัปเดต!</p>
<a href="https://github.com/Codustry/gebwai" target="_blank" class="btn btn-primary">ดูความคืบหน้าบน GitHub</a>
<a href="https://github.com/Codustry/gebwai" target="_blank" class="btn btn-primary hover:bg-base-300 hover:text-primary">ดูความคืบหน้าบน GitHub</a>
</div>
</div>
</div>
Expand Down

0 comments on commit a8666ed

Please sign in to comment.