Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Netlify Status](https://api.netlify.com/api/v1/badges/3701b349-13d2-40b8-a955-16e595d73fd1/deploy-status)](https://app.netlify.com/sites/open-sgf/deploys)

## Staging Preview
[dev--open-sgf.netlify.app](https://dev--open-sgf.netlify.app)
[dev--opensgf.netlify.app](https://dev--opensgf.netlify.app)


## Designs
Expand Down
4 changes: 2 additions & 2 deletions src/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ export function Navbar(): JSX.Element {
</div>
<p className={styles.contactLinkDescription}> See what we can help you with </p>
<div className={styles.contactLink}>
<SmartLink to="/volunteer">Volunteering</SmartLink>
<SmartLink to="https://www.OpenSGF.org/register">Register to Volunteer</SmartLink>
</div>
<p className={styles.contactLinkDescription}>Learn how you can get involved</p>
<p className={styles.contactLinkDescription}>Fill out the form and get involved</p>
</>
);

Expand Down