Add btn in header TV=feed Earth = browser

This commit is contained in:
PascalMarchesseault
2024-08-10 02:41:14 -04:00
parent 91b470793f
commit 9982ef86e0

View File

@@ -28,6 +28,17 @@
<!-- Spacer to push the Explorer button to the center --> <!-- Spacer to push the Explorer button to the center -->
<div class="flex-grow"></div> <div class="flex-grow"></div>
<!-- FEED -->
<v-btn
variant="plain"
icon
class="flex flex-row justify-center"
@click="explorerHandler"
>
<v-icon>mdi-television</v-icon>
</v-btn>
<!-- Explorer Button --> <!-- Explorer Button -->
<v-btn <v-btn
variant="plain" variant="plain"
@@ -38,6 +49,8 @@
<v-icon>mdi-earth</v-icon> <v-icon>mdi-earth</v-icon>
</v-btn> </v-btn>
<!-- Spacer to keep the search bar to the right --> <!-- Spacer to keep the search bar to the right -->
<div class="flex-grow"></div> <div class="flex-grow"></div>