mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-30 14:44:28 +02:00
feat: use better expand icon
This commit is contained in:
parent
48f5c3aec9
commit
753050cfc9
@ -10,7 +10,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
<slot />
|
<slot />
|
||||||
{#if dropdown}
|
{#if dropdown}
|
||||||
<img id="dropdown" src="/icons/arrow.svg" alt="dropdown" />
|
<img id="dropdown" src="/icons/expand_more.svg" alt="dropdown" />
|
||||||
{/if}
|
{/if}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<h3>{patch.name}</h3>
|
<h3>{patch.name}</h3>
|
||||||
</div>
|
</div>
|
||||||
{#if hasPatchOptions}
|
{#if hasPatchOptions}
|
||||||
<img class="expand-arrow" src="/icons/arrow.svg" alt="dropdown" />
|
<img class="expand-arrow" src="/icons/expand_more.svg" alt="dropdown" />
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<h5>{patch.description}</h5>
|
<h5>{patch.description}</h5>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user