improved breadcrum

This commit is contained in:
2021-08-18 00:36:28 +02:00
parent ecffd9e9fe
commit b8f9fbf73a
2 changed files with 31 additions and 13 deletions

11
src/assets/breadcrum.svg Normal file
View File

@@ -0,0 +1,11 @@
<svg
class="h-5 w-auto text-gray-400"
fill="currentColor"
viewBox="0 0 20 20"
>
<path
fillRule="evenodd"
d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z"
clipRule="evenodd"
></path>
</svg>

After

Width:  |  Height:  |  Size: 302 B