Remove /explorer 'Explorer'
This commit is contained in:
@@ -63,18 +63,7 @@
|
||||
>
|
||||
</v-text-field>
|
||||
</div>
|
||||
|
||||
<!-- Buttons -->
|
||||
<div v-if="!showSearch" class="absolute-center flex">
|
||||
<v-btn
|
||||
variant="plain"
|
||||
icon
|
||||
class="flex flex-row justify-center"
|
||||
@click="explorerHandler"
|
||||
>
|
||||
<v-icon>mdi-earth</v-icon>
|
||||
</v-btn>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="flex items-center space-x-4 search-container">
|
||||
@@ -188,10 +177,6 @@ const toggleSearch = () => {
|
||||
showSearch.value = !showSearch.value;
|
||||
};
|
||||
|
||||
const explorerHandler = () => {
|
||||
router.push('/explorer');
|
||||
};
|
||||
|
||||
const handleClickOutside = (event) => {
|
||||
if (!event.target.closest('.search-container')) {
|
||||
showSearch.value = false;
|
||||
|
||||
Reference in New Issue
Block a user