mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 22:28:48 +00:00
Configuration option for removing bottom version
This commit is contained in:
parent
767fc1ec39
commit
9eafac346b
1 changed files with 2 additions and 2 deletions
|
@ -310,7 +310,7 @@ function Home({ initialSettings }) {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex p-8 pt-4 w-full justify-end">
|
<div className="flex p-8 pt-4 w-full justify-end">
|
||||||
<Version />
|
{!initialSettings?.hideVersion && <Version />}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue