Skip to content

Commit

Permalink
Update AdminNav.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincompton committed Aug 1, 2023
1 parent 65a8992 commit ae2b245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AdminNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function AdminNav({isUpdateProfile = false}:Props) {
</div>
<div className="admin-links ml-auto">
{isUpdateProfile && (
<a className="admin-link" href="/updates">Share Update ↗</a>
<Link className="admin-link" href="/updates">Share Update ↗</Link>
)}
{!isUpdateProfile && (
<Link className="admin-link" href="/update-profile">Edit Profile ↗</Link>
Expand Down

0 comments on commit ae2b245

Please sign in to comment.