Skip to content

Commit

Permalink
Merge pull request #11 from killbizz/dev
Browse files Browse the repository at this point in the history
changed instagram link to pinterest link in the navbar
  • Loading branch information
killbizz authored Mar 3, 2023
2 parents 0838e09 + 314136d commit 284f83d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions components/navbar/NavigationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ const NavigationBar = () => {
</Navbar.Brand>
<Navbar.Brand>
<div>
<a href="https://www.facebook.com/profile.php?id=100009326235389" aria-label="Facebook Link">
<a href="https://www.facebook.com/profile.php?id=100090776381452" aria-label="Facebook Link">
<i className="fa fa-facebook-square fa-2x logos" />
</a>
</div>
</Navbar.Brand>
<Navbar.Brand>
<div>
<a href="https://www.instagram.com/claudiobizzo/" aria-label="Instagram Link">
<i className="fa fa-instagram fa-2x logos" />
<a href="https://www.pinterest.it/claudiobizzo58" aria-label="Pinterest Link">
<i className="fa fa-pinterest fa-2x logos" />
</a>
</div>
</Navbar.Brand>
Expand Down
2 changes: 1 addition & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ body, html {
color: rgb(0, 0, 0);
}

.fa-instagram {
.fa-pinterest {
background: transparent;
color: rgb(0, 0, 0);
}
Expand Down

0 comments on commit 284f83d

Please sign in to comment.