1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 14:56:18 +05:30

feat: added quick paste and clear buttons in downloader

This commit is contained in:
2025-10-27 14:27:32 +05:30
Verified
parent 5956fd050b
commit 618edceebb
9 changed files with 391 additions and 51 deletions

View File

@@ -12,7 +12,7 @@ export default function Navbar() {
const logs = useLogger().getLogs();
return (
<nav className="flex justify-between items-center py-3 px-4 sticky top-0 backdrop-blur supports-[backdrop-filter]:bg-background/60 border-b z-50">
<nav className="flex justify-between items-center py-3 px-4 sticky top-0 backdrop-blur supports-backdrop-filter:bg-background/60 border-b z-50">
<div className="flex justify-center">
<SidebarTrigger />
<h1 className="text-lg text-primary font-semibold ml-4">{getRouteName(location.pathname)}</h1>