Add missing spaces
This commit is contained in:
parent
ffabf1bca9
commit
a4ca21bb37
@ -39,6 +39,6 @@ function formSubmit(e: MouseEvent) {
|
||||
<button type="submit" @click="formSubmit" class="bg-blue-300 rounded-lg p-2 w-48">Login</button>
|
||||
<p>
|
||||
New user?
|
||||
<router-link to="/register">Register</router-link>instead!
|
||||
<router-link to="/register">Register</router-link> instead!
|
||||
</p>
|
||||
</template>
|
@ -42,6 +42,6 @@ function formSubmit(e: MouseEvent) {
|
||||
<button type="submit" @click="formSubmit" class="bg-blue-300 rounded-lg p-2 w-48">Register</button>
|
||||
<p>
|
||||
Existing user?
|
||||
<router-link to="/login">Login</router-link>instead!
|
||||
<router-link to="/login">Login</router-link> instead!
|
||||
</p>
|
||||
</template>
|
Loading…
x
Reference in New Issue
Block a user