mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-02 02:30:29 +00:00
Fix template page
This commit is contained in:
@@ -103,7 +103,7 @@ const Template = () => {
|
|||||||
alignItems='stretch'
|
alignItems='stretch'
|
||||||
>
|
>
|
||||||
{template.features.map((feature) => (
|
{template.features.map((feature) => (
|
||||||
<FeatureCard feature={feature} />
|
<FeatureCard feature={feature} key={feature.id} />
|
||||||
))}
|
))}
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user