[feat] dynamic page with latest stable release notes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client"
|
||||
import { cn, user } from "@heroui/react"
|
||||
import { Home, MonitorOne, Movie, Setting, Terminal, Toolkit } from "@icon-park/react"
|
||||
import { cn } from "@heroui/react"
|
||||
import { Home, MonitorOne, Movie, NewspaperFolding, Setting, Terminal, Toolkit } from "@icon-park/react"
|
||||
import { usePathname, useRouter } from "next/navigation"
|
||||
import type { ReactNode } from "react"
|
||||
import { getVersion } from "@tauri-apps/api/app"
|
||||
@@ -90,12 +90,15 @@ const SideBar = () => {
|
||||
</section>
|
||||
|
||||
<section
|
||||
className="flex flex-col items-center justify-center h-full gap-5"
|
||||
className="flex flex-col items-center justify-center h-full gap-5 pt-5"
|
||||
data-tauri-drag-region
|
||||
>
|
||||
<SideButton route="/home">
|
||||
<Home size={24} />
|
||||
</SideButton>
|
||||
<SideButton route="/dynamic">
|
||||
<NewspaperFolding size={24} />
|
||||
</SideButton>
|
||||
<SideButton route="/tool">
|
||||
<Toolkit size={24} />
|
||||
</SideButton>
|
||||
|
||||
Reference in New Issue
Block a user