mirror of
https://github.com/MaggieAppleton/digital-gardeners.git
synced 2025-12-14 09:08:43 +01:00
added more gardens
This commit is contained in:
parent
8e4d516d85
commit
185109c782
15 changed files with 70 additions and 6 deletions
|
|
@ -55,7 +55,7 @@ export default function Index({ gardens }) {
|
|||
}}
|
||||
className="flex flex-wrap mt-24"
|
||||
>
|
||||
{gardens.map((garden) => (
|
||||
{gardens.slice(0, 7).map((garden) => (
|
||||
<Card garden={garden} />
|
||||
))}
|
||||
</motion.ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue