EDIT PEOPLE

This commit is contained in:
sasha-astiadi 2023-12-05 22:06:05 +01:00
parent 6b8bed7cde
commit c20f99a514

View File

@ -13,7 +13,7 @@
</div>
<div class="my-2 flex flex-row items-start flex-wrap">
{% if page.extra.socialLinks.contact %}
<a href="{{ page.extra.socialLinks.contact }}" class="border-1 text-s font-bold border-gray-600 hover:text-blue-700 py-1 px-2 mr-2 my-1 border hover:border-blue-500 border-gray-600 text-gray-700 rounded-full" target="_blank">
<a href="{{ page.extra.socialLinks.contact }}" class="border-1 text-s font-bold border-gray-600 hover:text-blue-700 py-1 px-2 mr-2 my-1 border hover:border-blue-500 border-gray-600 text-gray-700 rounded-full" onclick="s">
<u>More Info</u>
</a>
{% endif %}