diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index b0d7059ea6cba..162ca922d157f 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -7,17 +7,17 @@ function HomepageHeader() { return (
-
+
Immich logo -
+
Immich logo @@ -64,7 +64,7 @@ function HomepageHeader() {
Immich logo @@ -92,7 +92,7 @@ function HomepageHeader() { src={isDarkTheme ? '/img/app-qrcode-dark.svg' : '/img/app-qrcode-light.svg'} alt="app qr code" width={'150px'} - className="shadow-lg p-3 my-8" + className="shadow-lg p-3 my-8 dark:bg-immich-dark-bg" />
diff --git a/docs/static/img/logomark-dark.png b/docs/static/img/logomark-dark.png deleted file mode 100644 index 6a5f38750ea43..0000000000000 Binary files a/docs/static/img/logomark-dark.png and /dev/null differ diff --git a/docs/static/img/logomark-dark.svg b/docs/static/img/logomark-dark.svg new file mode 100644 index 0000000000000..90b6b414150da --- /dev/null +++ b/docs/static/img/logomark-dark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/static/img/logomark-light.png b/docs/static/img/logomark-light.png deleted file mode 100644 index 5ee9b54a477e0..0000000000000 Binary files a/docs/static/img/logomark-light.png and /dev/null differ diff --git a/docs/static/img/logomark-light.svg b/docs/static/img/logomark-light.svg new file mode 100644 index 0000000000000..497fbdcf14902 --- /dev/null +++ b/docs/static/img/logomark-light.svg @@ -0,0 +1,9 @@ + + + + + + + + +