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