mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
docs: fix images (#11012)
This commit is contained in:
parent
52db9558b3
commit
0ee2390c7f
3 changed files with 3 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ function HomepageHeader() {
|
|||
<section className="text-center m-6 p-12 border border-red-400 rounded-[50px] bg-slate-200 dark:bg-immich-dark-gray">
|
||||
<img
|
||||
src={isDarkTheme ? 'img/immich-logo-stacked-dark.svg' : 'img/immich-logo-stacked-light.svg'}
|
||||
className="md:h-60 h-44 mb-2 antialiased"
|
||||
className="md:h-60 h-44 mb-2 antialiased rounded-none"
|
||||
alt="Immich logo"
|
||||
/>
|
||||
<div className="sm:text-2xl text-lg md:text-4xl mb-12 sm:leading-tight">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue