🐛 Fixed wrong button-text
This commit is contained in:
Generated
+1220
-306
File diff suppressed because it is too large
Load Diff
@@ -352,7 +352,7 @@
|
|||||||
responseData.open = false;
|
responseData.open = false;
|
||||||
}}
|
}}
|
||||||
class="mt-3 w-full inline-flex justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-base font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm"
|
class="mt-3 w-full inline-flex justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-base font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm"
|
||||||
>{$t('words.login')}
|
>{$t('words.close')}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -72,7 +72,7 @@
|
|||||||
{/await}
|
{/await}
|
||||||
</section>
|
</section>
|
||||||
-->
|
-->
|
||||||
<section id="features" class='mt-8'>
|
<section id="features" class="mt-8">
|
||||||
<div class="text-center snap-y">
|
<div class="text-center snap-y">
|
||||||
<h1 class="sm:text-6xl text-4xl">{$t('words.features')}</h1>
|
<h1 class="sm:text-6xl text-4xl">{$t('words.features')}</h1>
|
||||||
<p class="text-xl pt-4">
|
<p class="text-xl pt-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user