fix: Fix LINE button order and icon color in CTA sections
- CTA buttons: swap to 'แชท [LINE icon]' order - All LINE icons: add white filter for visibility on green buttons - Hero section icons: add white filter to match text color
This commit is contained in:
@@ -291,8 +291,8 @@ import Footer from '@/components/common/Footer.astro';
|
||||
</p>
|
||||
<div class="flex flex-wrap justify-center gap-4">
|
||||
<a href="https://line.me/ti/p/~dealplustech" target="_blank" class="btn-white flex items-center gap-2">
|
||||
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v13/icons/line.svg" alt="LINE" class="w-5 h-5" onerror="this.style.display='none'" />
|
||||
<span>แชท</span>
|
||||
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v13/icons/line.svg" alt="LINE" class="w-5 h-5" style="filter: brightness(0) invert(1)" onerror="this.style.display='none'" />
|
||||
</a>
|
||||
<a href="tel:0905551415" class="btn-white">
|
||||
โทร 090-555-1415
|
||||
|
||||
Reference in New Issue
Block a user