File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/better-write-app/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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,
Original file line number Diff line number Diff 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 ( ( ) => {
You can’t perform that action at this time.
0 commit comments