fix: removed arrow interaction
This commit is contained in:
@@ -10,6 +10,6 @@
|
|||||||
<div>
|
<div>
|
||||||
Explore More
|
Explore More
|
||||||
</div>
|
</div>
|
||||||
<div class="interactive-arrow"></div>
|
<img src="/assets/school/icons/arrow.svg" class="ml-2"/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1366,7 +1366,7 @@ pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.interactive-arrow {
|
.interactive-arrow {
|
||||||
background-image: url("/assets/school/icons/black-arrow.svg");
|
background-image: url("/assets/school/icons/arrow.svg");
|
||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 614 B After Width: | Height: | Size: 614 B |
@@ -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 |
Reference in New Issue
Block a user