diff --git a/public/images/brand-wide-dark.png b/public/images/brand-wide-dark.png index b58ca36..eb3c263 100644 Binary files a/public/images/brand-wide-dark.png and b/public/images/brand-wide-dark.png differ diff --git a/public/images/brand-wide-light.png b/public/images/brand-wide-light.png index 14ceede..f5838b3 100644 Binary files a/public/images/brand-wide-light.png and b/public/images/brand-wide-light.png differ diff --git a/src/app/docs/installation/page.tsx b/src/app/docs/installation/page.tsx index af730a6..2bd182d 100644 --- a/src/app/docs/installation/page.tsx +++ b/src/app/docs/installation/page.tsx @@ -71,12 +71,6 @@ export default function DocsInstallationPage() { -
--- Note: DashCaddy can run on Windows and macOS for development, but production deployments should target Linux. Docker Desktop works for testing but is not recommended for production workloads. -
-
The fastest path to a running DashCaddy is the bundled start.sh script. It performs environment
diff --git a/src/app/favicon.ico b/src/app/favicon.ico
index 2aea863..c252894 100644
Binary files a/src/app/favicon.ico and b/src/app/favicon.ico differ
diff --git a/src/app/icon.jpg b/src/app/icon.jpg
deleted file mode 100644
index 2aea863..0000000
Binary files a/src/app/icon.jpg and /dev/null differ
diff --git a/src/app/icon.png b/src/app/icon.png
index b6037d5..bacd923 100644
Binary files a/src/app/icon.png and b/src/app/icon.png differ
diff --git a/src/components/AppShowcase.tsx b/src/components/AppShowcase.tsx
index 47d6fe7..3a79c24 100644
--- a/src/components/AppShowcase.tsx
+++ b/src/components/AppShowcase.tsx
@@ -31,7 +31,7 @@ const apps: App[] = [
{ name: 'Readarr', icon: '📚', category: 'Media Mgmt' },
{ name: 'Prowlarr', icon: '🔍', category: 'Media Mgmt' },
{ name: 'Bazarr', icon: '💬', category: 'Media Mgmt' },
- { name: 'Overseerr', icon: '🎯', category: 'Media Mgmt' },
+ { name: 'Jellyseerr', icon: '🎯', category: 'Media Mgmt' },
{ name: 'Tautulli', icon: '📊', category: 'Media Mgmt' },
// Downloads
diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index 69e0ead..fccd3c9 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -40,9 +40,9 @@ export default function Navbar() {