diff --git a/app/scripts/page.tsx b/app/scripts/page.tsx index 6cc50fd..0acf2b4 100644 --- a/app/scripts/page.tsx +++ b/app/scripts/page.tsx @@ -12,7 +12,9 @@ export default function Page() { quantity={100} />
- +
+ +
diff --git a/components/Navbar.tsx b/components/Navbar.tsx index e376954..e92ab0e 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -57,7 +57,7 @@ function Navbar() { - + Proxmox Helper Scripts diff --git a/components/ScriptBrowser.tsx b/components/ScriptBrowser.tsx index 1e3b4b4..34275e1 100644 --- a/components/ScriptBrowser.tsx +++ b/components/ScriptBrowser.tsx @@ -58,7 +58,7 @@ const ScriptBrowser = () => { }, [links, searchTerm]); return ( -
+

Scripts

{ {category.Catagory_Title} diff --git a/components/ui/accordion.tsx b/components/ui/accordion.tsx index bf0b8d2..e9251f8 100644 --- a/components/ui/accordion.tsx +++ b/components/ui/accordion.tsx @@ -46,7 +46,7 @@ const AccordionContent = React.forwardRef< >(({ className, children, ...props }, ref) => (
{children}