mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
show just added section in home page
This commit is contained in:
parent
4bb33da27f
commit
4a54fa31af
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ export default function Home(): JSX.Element {
|
|||
>
|
||||
{homeData.sections?.map((homeSection, idx) => {
|
||||
switch (homeSection.layout) {
|
||||
case 'just added':
|
||||
case 'long':
|
||||
return (
|
||||
<LongHomeSection
|
||||
|
|
|
|||
Loading…
Reference in a new issue