Remove /feed 'ForYouPage'
This commit is contained in:
@@ -65,17 +65,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Buttons -->
|
||||
<div v-if="!showSearch" class="absolute-center flex">
|
||||
<v-btn
|
||||
v-if="authStore.isAuthenticated"
|
||||
variant="plain"
|
||||
icon
|
||||
class="flex flex-row justify-center"
|
||||
@click="feedHandler"
|
||||
>
|
||||
<img src="/images/hutopymedia/icons/feedfollow.svg" alt="feed follow icon"
|
||||
style="filter: invert(0.5) brightness(0.0); width: 32px; height: 32px;" />
|
||||
</v-btn>
|
||||
<div v-if="!showSearch" class="absolute-center flex">
|
||||
<v-btn
|
||||
variant="plain"
|
||||
icon
|
||||
@@ -202,10 +192,6 @@ const explorerHandler = () => {
|
||||
router.push('/explorer');
|
||||
};
|
||||
|
||||
const feedHandler = () => {
|
||||
router.push('/feed');
|
||||
};
|
||||
|
||||
const handleClickOutside = (event) => {
|
||||
if (!event.target.closest('.search-container')) {
|
||||
showSearch.value = false;
|
||||
|
||||
Reference in New Issue
Block a user