Skip to content

Commit 48e59a2

Browse files
Update the header
1 parent e972c88 commit 48e59a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/Header.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ function Header() {
1616

1717
<li>
1818

19-
<a href="/">
19+
<Link href="/">
2020
<strong>Rajdeep Singh</strong>
21-
</a>
21+
</Link>
2222

2323
</li>
2424

@@ -38,8 +38,8 @@ function Header() {
3838

3939
<li>
4040
<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"/>
41+
<MdNightlightRound fill='white' className={color} id="theme-toggle-dark-icon" />
42+
<MdWbSunny fill='black' className={color} id="theme-toggle-light-icon"/>
4343
</button>
4444
</li>
4545
</ul>

0 commit comments

Comments
 (0)