mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Hide unimplemented features from landing page
This commit is contained in:
parent
29d46090c4
commit
69cd3dfaa9
1 changed files with 2 additions and 2 deletions
|
|
@ -124,8 +124,8 @@ type LandingSectionsContainerProps = {
|
|||
export function LandingSectionsContainer({
|
||||
hideFirst = false,
|
||||
hideSecond = false,
|
||||
hideThird = false,
|
||||
hideFourth = false,
|
||||
hideThird = true,
|
||||
hideFourth = true,
|
||||
}: LandingSectionsContainerProps): JSX.Element {
|
||||
const iconColor = 'rgb(255, 210, 52)'
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue