File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ const AppHeader = () => {
70
70
className = "block sm:hidden ml-0 bg-primary-light dark:bg-ternary-dark p-3 shadow-sm rounded-xl cursor-pointer"
71
71
>
72
72
{ activeTheme === 'dark' ? (
73
- < FiMoon className = "text-liText- ternary-dark hover:text-gray-400 dark:text-liText -ternary-light dark:hover:text-primary-light text-xl" />
73
+ < FiMoon className = "text-ternary-dark hover:text-gray-400 dark:text-ternary-light dark:hover:text-primary-light text-xl" />
74
74
) : (
75
75
< FiSun className = "text-gray-200 hover:text-gray-50 text-xl" />
76
76
) }
@@ -150,14 +150,14 @@ const AppHeader = () => {
150
150
</ Link >
151
151
< Link
152
152
to = "/about"
153
- className = "block text-left text-lg text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light sm:mx-4 mb-2 sm:py-2 border-t-2 pt-3 sm:pt-2 sm:border-t-0 border-primary-light dark:border-secondary-dark "
153
+ className = "block text-left text-lg text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light sm:mx-4 mb-2 sm:py-2"
154
154
aria-label = "About Me"
155
155
>
156
156
About Me
157
157
</ Link >
158
158
< Link
159
159
to = "/contact"
160
- className = "block text-left text-lg text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light sm:mx-4 mb-2 sm:py-2 border-t-2 pt-3 sm:pt-2 sm:border-t-0 border-primary-light dark:border-secondary-dark "
160
+ className = "block text-left text-lg text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light sm:mx-4 mb-2 sm:py-2"
161
161
aria-label = "Contact"
162
162
>
163
163
Contact
@@ -183,7 +183,7 @@ const AppHeader = () => {
183
183
className = "ml-8 bg-primary-light dark:bg-ternary-dark p-3 shadow-sm rounded-xl cursor-pointer"
184
184
>
185
185
{ activeTheme === 'dark' ? (
186
- < FiMoon className = "text-liText- ternary-dark hover:text-gray-400 dark:text-liText -ternary-light dark:hover:text-primary-light text-xl" />
186
+ < FiMoon className = "text-ternary-dark hover:text-gray-400 dark:text-ternary-light dark:hover:text-primary-light text-xl" />
187
187
) : (
188
188
< FiSun className = "text-gray-200 hover:text-gray-50 text-xl" />
189
189
) }
You can’t perform that action at this time.
0 commit comments