diff --git a/README.md b/README.md index c9370400..551ad4f5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
- - Sencho + + Sencho ### Self-hosted Docker Compose management for one machine or a fleet. diff --git a/frontend/index.html b/frontend/index.html index 3d1bb97e..74312a9b 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,9 +3,9 @@ - - - + + + Sencho diff --git a/frontend/public/sencho-logo-dark.png b/frontend/public/sencho-logo-dark.png deleted file mode 100644 index 525771ee..00000000 Binary files a/frontend/public/sencho-logo-dark.png and /dev/null differ diff --git a/frontend/public/sencho-logo-dark.svg b/frontend/public/sencho-logo-dark.svg new file mode 100644 index 00000000..e5db2be2 --- /dev/null +++ b/frontend/public/sencho-logo-dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/frontend/public/sencho-logo-light.png b/frontend/public/sencho-logo-light.png deleted file mode 100644 index 9ada4de0..00000000 Binary files a/frontend/public/sencho-logo-light.png and /dev/null differ diff --git a/frontend/public/sencho-logo-light.svg b/frontend/public/sencho-logo-light.svg new file mode 100644 index 00000000..02796050 --- /dev/null +++ b/frontend/public/sencho-logo-light.svg @@ -0,0 +1,4 @@ + + + + diff --git a/frontend/src/components/sidebar/SidebarBrand.tsx b/frontend/src/components/sidebar/SidebarBrand.tsx index 29df6e6a..8e5f0a78 100644 --- a/frontend/src/components/sidebar/SidebarBrand.tsx +++ b/frontend/src/components/sidebar/SidebarBrand.tsx @@ -6,7 +6,7 @@ export function SidebarBrand({ isDarkMode }: SidebarBrandProps) { return (