From 0ee2390c7f9a51c40714d7dc6d3123a6a17d9042 Mon Sep 17 00:00:00 2001 From: Jason Rasmussen Date: Wed, 10 Jul 2024 16:18:55 -0400 Subject: [PATCH] docs: fix images (#11012) --- docs/docusaurus.config.js | 1 + docs/src/components/timeline.tsx | 2 +- docs/src/pages/index.tsx | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 29a8464ada..6e3152cb0d 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -92,6 +92,7 @@ const config = { alt: 'Immich Logo', src: 'img/immich-logo-inline-light.png', srcDark: 'img/immich-logo-inline-dark.png', + className: 'rounded-none', }, items: [ { diff --git a/docs/src/components/timeline.tsx b/docs/src/components/timeline.tsx index 33b733a6c9..374d2d88fa 100644 --- a/docs/src/components/timeline.tsx +++ b/docs/src/components/timeline.tsx @@ -49,7 +49,7 @@ export function Timeline({ items }: Props): JSX.Element {
{cardIcon === 'immich' ? ( - + ) : ( )} diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index 774551a96c..fa17005fc0 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -10,7 +10,7 @@ function HomepageHeader() {
Immich logo