Commit 8797c49 1 parent 335db07 commit 8797c49 Copy full SHA for 8797c49
File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -66,18 +66,19 @@ export const NavBar: React.FC = () => {
66
66
Projects
67
67
</ Button >
68
68
</ NavItem >
69
- < NavItem className = "nav-item" >
70
- < Button style = { { border : '1px solid white' } } onClick = { ( ) => nav ( '/Gallery' ) } >
71
- < img src = { cube } width = { icon_size } height = { icon_size } />
72
- Fun Page
73
- </ Button >
74
- </ NavItem >
69
+
75
70
< NavItem className = "nav-item" >
76
71
< Button style = { { border : '1px solid white' } } onClick = { ( ) => nav ( '/Resume' ) } >
77
72
< img src = { resume } width = { icon_size } height = { icon_size } />
78
73
Resume
79
74
</ Button >
80
75
</ NavItem >
76
+ < NavItem className = "nav-item" >
77
+ < Button style = { { border : '1px solid white' } } onClick = { ( ) => nav ( '/Gallery' ) } >
78
+ < img src = { cube } width = { icon_size } height = { icon_size } />
79
+ Fun Page
80
+ </ Button >
81
+ </ NavItem >
81
82
< NavItem className = "nav-item" >
82
83
< Button style = { { border : '1px solid white' } } onClick = { ( ) => nav ( '/Feedback' ) } >
83
84
< img src = { feedback } width = { icon_size } height = { icon_size } />
You can’t perform that action at this time.
0 commit comments