diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 29a8464ada827..6e3152cb0da47 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 33b733a6c902a..374d2d88fab19 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 774551a96cba1..fa17005fc0ad7 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -10,7 +10,7 @@ function HomepageHeader() {
Immich logo