Skip to content
Merged
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
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