Merge pull request #377 from nunocoracao/subnavigation-feature-branch

 Add sub-navigation and nested menus
This commit is contained in:
Nuno Coração
2023-01-14 21:58:42 +00:00
committed by GitHub
16 changed files with 330 additions and 38 deletions
+12
View File
@@ -0,0 +1,12 @@
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor"
aria-hidden="true"
>
<path
fill-rule="evenodd"
d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z"
clip-rule="evenodd"
/>
</svg>

After

Width:  |  Height:  |  Size: 317 B