File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
import Image from 'next/image' ;
4
4
import githubLogo from '../assets/GithubLogo.png' ;
5
- import linkedInLogo from '../assets/LinkedInLogo.png' ;
6
5
7
6
const NavBar = ( ) => {
8
7
return (
@@ -49,9 +48,6 @@ const NavBar = () => {
49
48
>
50
49
< Image src = { githubLogo } width = { 24 } height = { 24 } alt = 'G' />
51
50
</ a >
52
- < a href = '' className = 'navBarLinksLinkedIn' >
53
- < Image src = { linkedInLogo } width = { 24 } height = { 24 } alt = 'L' />
54
- </ a >
55
51
</ div >
56
52
</ div >
57
53
) ;
Original file line number Diff line number Diff line change 95
95
width : 100% ;
96
96
height : 100% ;
97
97
display : grid;
98
- grid-template-columns : repeat (calc (100% / 6 ), 6 );
98
+ grid-template-columns : repeat (calc (100% / 5 ), 5 );
99
99
grid-template-rows : 100% ;
100
100
align-items : center;
101
101
}
@@ -116,10 +116,6 @@ body {
116
116
grid-column : 5 ;
117
117
}
118
118
119
- .navBarLinksLinkedIn {
120
- grid-column : 6 ;
121
- }
122
-
123
119
.navBarMlflow {
124
120
color : rgb (66 , 107 , 31 );
125
121
font-size : 1.2rem ;
You can’t perform that action at this time.
0 commit comments