mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-03-29 11:56:58 +00:00
Simplify homepage navigation.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<nav class="relative flex w-full flex-wrap items-center justify-center px-2 pb-2.5 sm:px-4">
|
<nav class="relative flex w-full flex-wrap items-center justify-center px-2 pb-2.5 sm:px-4">
|
||||||
<div class="flex flex-1 justify-start">
|
<div class="flex flex-1 justify-start">
|
||||||
<router-link class="flex items-center font-sans text-3xl font-bold" :to="homePagePath"
|
<router-link class="flex items-center font-sans text-3xl font-bold" to="/"
|
||||||
><img
|
><img
|
||||||
alt="logo"
|
alt="logo"
|
||||||
src="/img/icons/logo.svg"
|
src="/img/icons/logo.svg"
|
||||||
@@ -159,8 +159,6 @@ const suggestionsVisible = ref(false);
|
|||||||
const showTopNav = ref(false);
|
const showTopNav = ref(false);
|
||||||
const registrationDisabled = ref(false);
|
const registrationDisabled = ref(false);
|
||||||
|
|
||||||
const homePagePath = import.meta.env.BASE_URL;
|
|
||||||
|
|
||||||
const shouldShowLogin = computed(() => {
|
const shouldShowLogin = computed(() => {
|
||||||
return getAuthToken() == null;
|
return getAuthToken() == null;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user