File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ npm-debug.log*
22
22
yarn-debug.log *
23
23
yarn-error.log *
24
24
node_modules
25
+ .vercel
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import './aboutUs.scss';
2
2
3
3
function AboutUs ( ) {
4
4
return (
5
- < section id = "about " >
5
+ < section id = "aboutus " >
6
6
< div className = "about-container" >
7
7
< div className = "row" >
8
8
< div className = "about-img" >
Original file line number Diff line number Diff line change 1
1
@use ' ../../scss/variables' as var ;
2
2
3
- #about {
3
+ #aboutus {
4
4
background-color : var .$brightGray ;
5
5
padding : 3rem 0 ;
6
6
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ function Navbar() {
29
29
>
30
30
< div id = "nav-title" >
31
31
< a href = "#home" id = "nav-title-link" >
32
- { '< Alpha />' }
32
+ { '< OpenXYZ />' }
33
33
</ a >
34
34
</ div >
35
35
< div className = "navbar-toggle" onClick = { ( ) => setShow ( prev => ! prev ) } >
You can’t perform that action at this time.
0 commit comments