down arrow back. im sorry

This commit is contained in:
Jonathan Barrow 2021-08-22 20:04:43 -04:00
parent b60e0771a9
commit bcd6de036d
2 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,7 @@
content: "";
width: 1.2rem;
height: 1.2rem;
background: url("/assets/icons/down-arrow.svg");
background: url("/assets/images/down-arrow.svg");
position: absolute;
right: 15px;
top: 50%;

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>

After

Width:  |  Height:  |  Size: 261 B