show just added section in home page

This commit is contained in:
Hongbo Wu
2024-05-30 13:51:43 +08:00
parent 4bb33da27f
commit 4a54fa31af

View File

@ -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