Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
chore(register): change navbar title details
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwigoric committed Aug 6, 2023
1 parent 663e4c8 commit f26242d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/RegisterView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ document.title = 'Compact Donuts | Register'

<template>
<ThemeSwitch />
<NavigationBar />
<NavigationBar title-custom-path="/" title-custom-text="Login Page" />
<main>
<LoginBox button-text="Register" no-register-prompt show-confirm-password />
</main>
Expand Down

0 comments on commit f26242d

Please sign in to comment.