+
+
Pastel UI
diff --git a/app/palettes/distinct/page.tsx b/app/palettes/distinct/page.tsx index 5a2c483..7657f45 100644 --- a/app/palettes/distinct/page.tsx +++ b/app/palettes/distinct/page.tsx @@ -37,7 +37,7 @@ export default function DistinctPage() { }; return ( -
+
Distinct Colors Generator
diff --git a/app/palettes/gradient/page.tsx b/app/palettes/gradient/page.tsx index 008dc4f..f58a2d3 100644 --- a/app/palettes/gradient/page.tsx +++ b/app/palettes/gradient/page.tsx @@ -52,7 +52,7 @@ export default function GradientPage() { }; return ( -
+
Gradient Creator
diff --git a/app/palettes/harmony/page.tsx b/app/palettes/harmony/page.tsx index 67d156d..1ac169c 100644 --- a/app/palettes/harmony/page.tsx +++ b/app/palettes/harmony/page.tsx @@ -52,7 +52,7 @@ export default function HarmonyPage() { }; return ( -
+
Harmony Palette Generator
diff --git a/app/palettes/page.tsx b/app/palettes/page.tsx index d267d59..0992dd0 100644 --- a/app/palettes/page.tsx +++ b/app/palettes/page.tsx @@ -27,7 +27,7 @@ export default function PalettesPage() { ]; return ( -
+
Palette Generation
diff --git a/app/playground/page.tsx b/app/playground/page.tsx index 75889b4..6834348 100644 --- a/app/playground/page.tsx +++ b/app/playground/page.tsx @@ -81,7 +81,7 @@ function PlaygroundContent() { ]); return ( -
+
+
diff --git a/components/layout/Navbar.tsx b/components/layout/Navbar.tsx
index 2eb471b..3b1e864 100644
--- a/components/layout/Navbar.tsx
+++ b/components/layout/Navbar.tsx
@@ -20,7 +20,7 @@ export function Navbar() {
return (