change route

This commit is contained in:
2025-04-07 22:27:02 +08:00
parent f782dba0c9
commit ed327ad3f0
3 changed files with 817 additions and 800 deletions

View File

@@ -14,7 +14,7 @@ export default function Header() {
<header className="w-full py-4 border-b border-gray-200 bg-white">
<div className="container flex items-center justify-between px-4 mx-auto">
<div className="flex items-center space-x-4">
<Link href="/" className="flex items-center space-x-2">
<Link href="/analytics" className="flex items-center space-x-2">
<svg
className="w-6 h-6 text-blue-500"
xmlns="http://www.w3.org/2000/svg"
@@ -35,7 +35,7 @@ export default function Header() {
<nav className="ml-6">
<ul className="flex space-x-4">
<li>
<Link href="/" className="text-sm text-gray-700 hover:text-blue-500">
<Link href="/analytics" className="text-sm text-gray-700 hover:text-blue-500">
Dashboard
</Link>
</li>