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