mirror of
https://github.com/immich-app/immich.git
synced 2025-06-03 05:36:44 -04:00
text alignment
This commit is contained in:
parent
3c8c95bf52
commit
5e9ced8d36
@ -103,7 +103,7 @@ export default function Home(): JSX.Element {
|
|||||||
return (
|
return (
|
||||||
<Layout title="Home" description="Self-hosted photo and video management solution" noFooter={true}>
|
<Layout title="Home" description="Self-hosted photo and video management solution" noFooter={true}>
|
||||||
<HomepageHeader />
|
<HomepageHeader />
|
||||||
<div className="flex flex-col place-items-center place-content-center dark:bg-immich-dark-bg py-8">
|
<div className="flex flex-col place-items-center text-center place-content-center dark:bg-immich-dark-bg py-8">
|
||||||
<p>This project is available under GNU AGPL v3 license.</p>
|
<p>This project is available under GNU AGPL v3 license.</p>
|
||||||
<p className="text-xs">Privacy should not be a luxury</p>
|
<p className="text-xs">Privacy should not be a luxury</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user