Skip to content

Commit 9c20277

Browse files
committed
linked aboutus
1 parent 6b39a6f commit 9c20277

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
2424
node_modules
25+
.vercel

src/components/Home/AboutUs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import './aboutUs.scss';
22

33
function AboutUs() {
44
return (
5-
<section id="about">
5+
<section id="aboutus">
66
<div className="about-container">
77
<div className="row">
88
<div className="about-img">

src/components/Home/aboutUs.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@use '../../scss/variables' as var;
22

3-
#about {
3+
#aboutus {
44
background-color: var.$brightGray;
55
padding: 3rem 0;
66

src/components/Navigation/Navbar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function Navbar() {
2929
>
3030
<div id="nav-title">
3131
<a href="#home" id="nav-title-link">
32-
{'< Alpha />'}
32+
{'< OpenXYZ />'}
3333
</a>
3434
</div>
3535
<div className="navbar-toggle" onClick={() => setShow(prev => !prev)}>

0 commit comments

Comments
 (0)