Add btn in header TV=feed Earth = browser
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user