mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-28 15:19:36 +02:00
Added option to hide header greetings and date separately
This commit is contained in:
parent
5cf7708ab8
commit
85a65aef52
11 changed files with 153 additions and 100 deletions
|
@ -98,7 +98,7 @@ export const Home = (): JSX.Element => {
|
|||
<div></div>
|
||||
)}
|
||||
|
||||
{!config.hideHeader ? <Header /> : <div></div>}
|
||||
<Header />
|
||||
|
||||
{!config.hideApps ? (
|
||||
<Fragment>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue