We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e972c88 commit 48e59a2Copy full SHA for 48e59a2
components/Header.tsx
@@ -16,9 +16,9 @@ function Header() {
16
17
<li>
18
19
- <a href="/">
+ <Link href="/">
20
<strong>Rajdeep Singh</strong>
21
- </a>
+ </Link>
22
23
</li>
24
@@ -38,8 +38,8 @@ function Header() {
38
39
40
<button id="theme-toggle" type="button" className="theme-toggle-button" data-theme-switcher="light">
41
- <MdNightlightRound className={color} id="theme-toggle-dark-icon" />
42
- <MdWbSunny className={color} id="theme-toggle-light-icon"/>
+ <MdNightlightRound fill='white' className={color} id="theme-toggle-dark-icon" />
+ <MdWbSunny fill='black' className={color} id="theme-toggle-light-icon"/>
43
</button>
44
45
</ul>
0 commit comments