Skip to content

Commit aa68e55

Browse files
committed
Improve properties sidebar
1 parent b7b7d1b commit aa68e55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/components_guide_web/lib/components_guide_web/templates/accessibility_first/properties-cheatsheet.html.eex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515

1616
<div class="text-base lg:text-lg flex items-stretch bg-gray-900">
1717
<nav class="w-48 lg:w-64 bg-gray-100 border-r border-gray-200">
18-
<h2 class="pt-4 pl-4">I want to:</h2>
18+
<h2 class="pt-4 pl-4 italic">I want to make an element:</h2>
1919
<ul class="sticky top-0 p-2 pl-8 list-none leading-loose">
20-
<li><%= link "Hide", to: "#hide" %>
20+
<li><%= link "Hidden", to: "#hide" %>
2121
<li><%= link "Current", to: "#current" %>
2222
<li><%= link "Selected", to: "#selected" %>
2323
<li><%= link "Invalid", to: "#invalid" %>
2424
<li><%= link "Required", to: "#required" %>
2525
<li><%= link "Readonly", to: "#readonly" %>
26-
<li><%= link("Queries 🔗", to: "https://testing-library.com/docs/dom-testing-library/api-queries") %>
27-
<li><%= link("Matchers 🔗", to: "https://github.com/testing-library/jest-dom") %>
26+
<li><%= link("All Queries 🔗", to: "https://testing-library.com/docs/dom-testing-library/api-queries") %>
27+
<li><%= link("All Matchers 🔗", to: "https://github.com/testing-library/jest-dom") %>
2828
</ul>
2929
</nav>
3030
<div class="mx-auto flex-shrink">

0 commit comments

Comments
 (0)