Skip to content

Commit 577146c

Browse files
committed
fix: typos
1 parent 8b619e1 commit 577146c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/better-write-app/src/pages/Landing.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
href="https://github.com/Novout/betterwrite"
8080
class="flex items-center gap-3 absolute bottom-0 right-0 p-5 cursor-pointer"
8181
>
82-
<IconGithub class="text-gray-200 w-7 h-7" />
82+
<IconGithub class="text-gray-200 w-6 h-6" />
8383
<v-typical
84-
class="tracking-wide text-center text-sm md:text-base blink"
84+
class="tracking-wide text-center text-xs md:text-sm blink"
8585
:steps="[
8686
t('landing.first.support'),
8787
10000,

packages/better-write-app/src/use/editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const useEditor = () => {
4242
const init = () => {
4343
onBeforeMount(() => {
4444
if (!AUTH.account.user && network.isOnline.value)
45-
router.push({ path: '/landing', query: { login: 'auth' } })
45+
router.push({ path: '/landing' })
4646
})
4747

4848
onMounted(() => {

0 commit comments

Comments
 (0)