Skip to content

Commit

Permalink
updating about us and profile
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzymf committed Nov 16, 2023
1 parent 2cafc1b commit e6729ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ export default function App() {
RESOC is the coolest academic notes-sharing platform around, built
by a bunch of tech-savvy students at Silicon Institute, and
it's totally free ❤️. You don't have to sell your soul to
afford good quality notes anymore. <br></br>
<b>
<Link to="/notes" className="fw text-var">
Check out the notes
</Link>
</b>
afford{" "}
<Link to="/notes" className="fw text-var">
good quality notes
</Link>{" "}
anymore. <br />
</p>
<p>
We have a nifty{" "}
Expand Down
4 changes: 2 additions & 2 deletions src/Components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default function Header() {
</Nav>
<Nav>
<Link to="/team" className="nav-link">
Team
About Us
</Link>
{currentUser && (
<Link to="/profile" className="nav-link">
Expand Down Expand Up @@ -189,7 +189,7 @@ export default function Header() {
</Nav>
<Nav>
<Link to="/team" className="nav-link">
Team
About Us
</Link>
{currentUser && (
<Link to="/profile" className="nav-link">
Expand Down

0 comments on commit e6729ee

Please sign in to comment.