mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add “Search Everything” link
This commit is contained in:
parent
d9de3edff6
commit
b6cd62cadd
1 changed files with 10 additions and 0 deletions
|
|
@ -85,6 +85,16 @@
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
v-if="baseFilters.length > 0"
|
||||||
|
class="w-full flex justify-center p-8"
|
||||||
|
>
|
||||||
|
<LinkButton
|
||||||
|
href="/"
|
||||||
|
>
|
||||||
|
<span>Search everything</span>
|
||||||
|
</LinkButton>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<ul
|
<ul
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue