File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const Header = () => {
14
14
alt = "Profile"
15
15
width = { 200 }
16
16
height = { 200 }
17
- className = "rounded-full w-40 h-40 md:w-48 md:h-48 lg:w-56 lg:h-56 object-cover"
17
+ className = "rounded-lg w-40 h-40 md:w-48 md:h-48 lg:w-56 lg:h-56 object-cover"
18
18
/>
19
19
</ div >
20
20
< div className = "flex-grow text-center md:text-left" >
@@ -54,7 +54,9 @@ const Header = () => {
54
54
< nav className = "mt-8" >
55
55
< ul className = "flex justify-center md:justify-start space-x-6 text-sm md:text-base" >
56
56
< li > < a href = "#about" className = "hover:underline hover:underline-offset-4" > About</ a > </ li >
57
+ { /* <li><a href="#skills" className="hover:underline hover:underline-offset-4">Skills</a></li> */ }
57
58
< li > < a href = "#experience" className = "hover:underline hover:underline-offset-4" > Experience</ a > </ li >
59
+ < li > < a href = "#education" className = "hover:underline hover:underline-offset-4" > Education</ a > </ li >
58
60
< li > < a href = "#projects" className = "hover:underline hover:underline-offset-4" > Projects</ a > </ li >
59
61
{ /* <li><a href="#misc" className="hover:underline">Misc.</a></li> */ }
60
62
</ ul >
You can’t perform that action at this time.
0 commit comments