mirror of
https://github.com/wah-su/mstickers.git
synced 2025-04-06 00:04:36 +00:00
4 lines
No EOL
331 B
Text
4 lines
No EOL
331 B
Text
<a class="bg-[var(--bg-color)] gap-2 items-center w-full px-4 sm:px-8 py-4 rounded-lg flex hover:scale-105 transition-transform" href="<%- link %>" style="--bg-color:<%- color %>">
|
|
<img src="<%- path %>/static/images/<%- image %>" alt="" class="object-contain w-10" />
|
|
<p class="text-2xl text-slate-50"><%- text %></p>
|
|
</a> |