This commit is contained in:
2026-04-16 12:07:22 +02:00
parent cf7735d667
commit 3a79088cce
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export function ProjectPreviewGrid({ items = [] }: props) {
{items.map((item) => (
<div
key={item.title}
className="rounded-[10px] overflow-hidden bg-[#2b160f] text-white min-h-65 flex items-center justify-center"
className="rounded-[10px] overflow-hidden bg-brand-brown text-white min-h-65 flex items-center justify-center"
>
{item.image ? (
<img