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 -->
|
||||
<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 -->
|
||||
<v-btn
|
||||
variant="plain"
|
||||
@@ -38,6 +49,8 @@
|
||||
<v-icon>mdi-earth</v-icon>
|
||||
</v-btn>
|
||||
|
||||
|
||||
|
||||
<!-- Spacer to keep the search bar to the right -->
|
||||
<div class="flex-grow"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user