We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0d3b9 commit 386d949Copy full SHA for 386d949
frameworks/react-cra/add-ons/start/assets/src/routes/index.tsx.ejs
@@ -99,7 +99,7 @@ return (
99
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
100
{features.map((feature, index) => (
101
<div
102
- key="{index}"
+ key={index}
103
className="bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-6 hover:border-cyan-500/50 transition-all duration-300 hover:shadow-lg hover:shadow-cyan-500/10"
104
>
105
<div className="mb-4">{feature.icon}</div>
0 commit comments