Configuration option for removing bottom version

This commit is contained in:
Dan Brezeanu 2023-02-21 09:54:05 +02:00
parent 767fc1ec39
commit 9eafac346b

View File

@ -310,7 +310,7 @@ function Home({ initialSettings }) {
</div>
<div className="flex p-8 pt-4 w-full justify-end">
<Version />
{!initialSettings?.hideVersion && <Version />}
</div>
</div>
</>