fix links on homepage
This commit is contained in:
parent
716da8ae03
commit
0ad4487f05
@ -54,14 +54,14 @@
|
||||
Take control of your 2-factor keys with full OTP spec compliance, Google Authenticator import, manual key creation, and JSON export.
|
||||
</p>
|
||||
<div class="relative flex flex-col justify-center md:flex-row md:space-x-4">
|
||||
<a href="#_" class="flex items-center w-full px-6 py-3 mb-3 text-lg text-white bg-blue-500 rounded-md md:mb-0 hover:bg-blue-700 md:w-auto" data-primary="blue-500" data-rounded="rounded-md">
|
||||
<a href="#" class="flex items-center w-full px-6 py-3 mb-3 text-lg text-white bg-blue-500 rounded-md md:mb-0 hover:bg-blue-700 md:w-auto" data-primary="blue-500" data-rounded="rounded-md">
|
||||
Coming Soon to iOS
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 ml-1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<line x1="5" y1="12" x2="19" y2="12"></line>
|
||||
<polyline points="12 5 19 12 12 19"></polyline>
|
||||
</svg>
|
||||
</a>
|
||||
<a href="#_" class="flex items-center px-6 py-3 text-gray-500 bg-gray-100 rounded-md hover:bg-gray-200 hover:text-gray-600" data-rounded="rounded-md">
|
||||
<a href="/features.html" class="flex items-center px-6 py-3 text-gray-500 bg-gray-100 rounded-md hover:bg-gray-200 hover:text-gray-600" data-rounded="rounded-md">
|
||||
Learn More
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user