Sfoglia il codice sorgente

fix(header): update logo link to redirect to dashboard instead of home

vidane 6 mesi fa
parent
commit
0cce11bd9a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      app/components/header.tsx

+ 2 - 2
app/components/header.tsx

@@ -46,7 +46,7 @@ export default function Header() {
       <header className="sticky top-0 z-50 w-full border-b bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60">
         <div className="container flex h-16 items-center justify-between">
           <div className="flex items-center gap-6 pl-4 md:pl-6">
-            <Link href="/" className="flex items-center space-x-2">
+            <Link href="/dashboard" className="flex items-center space-x-2">
               <Image
                 src={logoSrc}
                 alt="vtor.io"
@@ -69,7 +69,7 @@ export default function Header() {
     <header className="sticky top-0 z-50 w-full border-b bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60">
       <div className="container flex h-16 items-center justify-between">
         <div className="flex items-center gap-6 pl-4 md:pl-6">
-          <Link href="/" className="flex items-center space-x-2">
+          <Link href="/dashboard" className="flex items-center space-x-2">
             <Image
               src={logoSrc}
               alt="vtor.io"