C8292 reset password modal component + check reset screen (#18)
* Reset Password Modal Component + Check reset screen * Fix footer font weight Co-authored-by: Julien Nahum <jhumanj@MacBook-Pro-de-Julien.local>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex justify-center mt-5 md:mt-0">
|
||||
<router-link :to="{ name: user ? 'home' : 'welcome' }" class="flex-shrink-0 font-bold flex items-center">
|
||||
<router-link :to="{ name: user ? 'home' : 'welcome' }" class="flex-shrink-0 font-semibold flex items-center">
|
||||
<img :src="asset('img/logo.svg')" alt="notion tools logo" class="w-10 h-10">
|
||||
<span class="ml-2 text-xl text-black dark:text-white">
|
||||
{{ appName }}
|
||||
|
||||
Reference in New Issue
Block a user