File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ const toggleDark = useToggle(isDark)
99 <!-- logo -->
1010 <div h-60px flex items-center >
1111 <router-link to =" /" >
12- <div cursor-pointer text =" black 2xl" >
13- <div i-carbon-home text =" [var(--text-color)]" />
14- </div >
12+ <div i-carbon-home cursor-pointer text-2xl text-black />
1513 </router-link >
1614 </div >
1715
@@ -25,15 +23,13 @@ const toggleDark = useToggle(isDark)
2523 <div
2624 cursor-pointer
2725 i =" dark:carbon-moon carbon-sun"
28- text =" black 2xl"
26+ text =" black! 2xl"
2927 @click =" toggleDark()"
3028 />
3129
3230 <!-- github -->
3331 <a target =" _blank" href =" https://github.com/opensource-f2f" >
34- <div text =" black 2xl" cursor-pointer >
35- <div i-carbon-logo-github text =" [var(--text-color)]" />
36- </div >
32+ <div i-carbon-logo-github cursor-pointer text-2xl text-black />
3733 </a >
3834
3935 <!-- collapsible menu -->
You can’t perform that action at this time.
0 commit comments