Skip to content

Commit

Permalink
Fix NavDropdown links (stanford-crfm#2164)
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanmai authored Dec 20, 2023
1 parent a9e102a commit e3cf155
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/helm-frontend/src/components/NavDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,36 +60,36 @@ function NavDropdown() {
className="block px-4 py-2 text-md text-gray-700 hover:bg-gray-100 hover:text-gray-900"
role="menuitem"
>
<Link to="https://crfm.stanford.edu/helm/classic/latest/">
<a href="https://crfm.stanford.edu/helm/classic/latest/">
<div className="flex items-center">
<span>
<strong>HELM Classic: </strong>Thorough language model
evaluations based on the scenarios from the original HELM
paper
</span>
</div>
</Link>
</a>
</div>

<div
className="block px-4 py-2 text-md text-gray-700 hover:bg-gray-100 hover:text-gray-900"
role="menuitem"
>
<Link to="https://nlp.stanford.edu/helm/lite/latest/">
<a href="https://crfm.stanford.edu/helm/lite/latest/">
<div className="flex items-center">
<span>
<strong>HELM Lite: </strong>Lightweight, broad evaluation of
the capabilities of language models using in-context
learning
</span>
</div>
</Link>
</a>
</div>
<div
className="block px-4 py-2 text-md text-gray-700 hover:bg-gray-100 hover:text-gray-900"
role="menuitem"
>
<a href="https://crfm.stanford.edu/heim/latest/?">
<a href="https://crfm.stanford.edu/heim/latest/">
<div className="flex items-center">
<span>
<strong>HEIM: </strong>Holistic evaluation of text-to-image
Expand Down

0 comments on commit e3cf155

Please sign in to comment.