fix: removed arrow interaction

This commit is contained in:
Jannat Patel
2021-11-12 19:20:18 +05:30
parent 091fefb601
commit 1fa7dfe41f
4 changed files with 2 additions and 5 deletions

View File

@@ -10,6 +10,6 @@
<div>
Explore More
</div>
<div class="interactive-arrow"></div>
<img src="/assets/school/icons/arrow.svg" class="ml-2"/>
</a>
</div>

View File

@@ -1366,7 +1366,7 @@ pre {
}
.interactive-arrow {
background-image: url("/assets/school/icons/black-arrow.svg");
background-image: url("/assets/school/icons/arrow.svg");
width: 1.5rem;
height: 1.5rem;
margin-left: 0.5rem;

View File

Before

Width:  |  Height:  |  Size: 614 B

After

Width:  |  Height:  |  Size: 614 B

View File

@@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 9l6 6 6-6"/>
</svg>

Before

Width:  |  Height:  |  Size: 206 B