Skip to content

Commit

Permalink
Fix dropdowns link on homepage (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik authored Dec 17, 2024
1 parent c3b99fb commit dc252e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
description="${%cards-description}"
href="cards"
tag="${%New}" />
<s:card icon="symbol-dropdowns plugin-design-library"
title="${%dropdowns}"
description="${%dropdowns-description}"
href="dropdowns"
<s:card icon="symbol-dropdown-menu plugin-design-library"
title="${%menu}"
description="${%menu-description}"
href="menu"
tag="${%New}" />
<s:card icon="symbol-buttons plugin-design-library"
title="${%buttons}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description=Design Library makes it easy for developers to build complex and con
topics=Popular topics
cards=Cards
cards-description=Use cards to surface related information and controls to users.
dropdowns=Dropdowns
dropdowns-description=Group less used controls under one roof.
menu=Menu
menu-description=Group less used controls under one roof.
buttons=Buttons
buttons-description=Use the new Jenkins buttons design.
symbols=Symbols
Expand Down

0 comments on commit dc252e2

Please sign in to comment.