chore: no need to capitalize

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-08-15 17:04:19 -05:00
parent ceec44552d
commit 0227b7ccb9
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<nav class="relative max-w-screen-sm mx-auto">
{% for link in pkg.links %}
<a class="flex relative px-3 py-2 my-6 h-16 text-lg items-center justify-center text-text capitalize bg-surface0 cursor-pointer rounded border-solid border-2 border-overlay0 hover:bg-surface2 hover:border-lavender hover:text-blue transition"
<a class="flex relative px-3 py-2 my-6 h-16 text-lg items-center justify-center text-text bg-surface0 cursor-pointer rounded border-solid border-2 border-overlay0 hover:bg-surface2 hover:border-lavender hover:text-blue transition"
href="{{ link.url }}" rel="me noopener noreferrer" {% if link.title %}title="{{ link.title }}" {% endif %}
target="_blank"><svg class="absolute left-5 w-10 h-10" role="img" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">{% icon link.icon