Skip to content

Commit 8fedd21

Browse files
committed
Header refactoring more
1 parent 88124a1 commit 8fedd21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/shared/AppHeader.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const AppHeader = () => {
7070
className="block sm:hidden ml-0 bg-primary-light dark:bg-ternary-dark p-3 shadow-sm rounded-xl cursor-pointer"
7171
>
7272
{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" />
7474
) : (
7575
<FiSun className="text-gray-200 hover:text-gray-50 text-xl" />
7676
)}
@@ -150,14 +150,14 @@ const AppHeader = () => {
150150
</Link>
151151
<Link
152152
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"
154154
aria-label="About Me"
155155
>
156156
About Me
157157
</Link>
158158
<Link
159159
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"
161161
aria-label="Contact"
162162
>
163163
Contact
@@ -183,7 +183,7 @@ const AppHeader = () => {
183183
className="ml-8 bg-primary-light dark:bg-ternary-dark p-3 shadow-sm rounded-xl cursor-pointer"
184184
>
185185
{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" />
187187
) : (
188188
<FiSun className="text-gray-200 hover:text-gray-50 text-xl" />
189189
)}

0 commit comments

Comments
 (0)