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 e3dfea7 commit 0d532c5Copy full SHA for 0d532c5
app/projects/page.tsx
@@ -34,7 +34,7 @@ export default function Projects() {
34
>
35
Explora mis últimos trabajos y proyectos creativos
36
</motion.p>
37
- <div className="mb-8 flex justify-center flex-wrap gap-2 space-x-4">
+ <div className="mb-8 flex flex-wrap justify-center gap-2 space-x-4">
38
{categories.map((category) => (
39
<button
40
key={category}
0 commit comments