Skip to content

Commit

Permalink
Link to CRFM website from logo (#2916)
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanmai committed Aug 9, 2024
1 parent 6313afb commit f1e63c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-frontend/src/components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ export default function NavBar() {
</div>
</div>
<div className="flex-1 items-center">
<Link to="https://crfm.stanford.edu/" className="w-24">
<a href="https://crfm.stanford.edu/" className="w-24">
<img src={crfmLogo} className="object-contain" />
</Link>
</a>
<Link to="/" className="mx-2 w-32">
<img src={helmLogo} className="object-contain" />
</Link>
Expand Down

0 comments on commit f1e63c0

Please sign in to comment.