refactor: Update Features component to use a border instead of background color for the Zen image

This commit is contained in:
Mauro Balades
2024-08-17 22:58:50 +02:00
parent 5441ed2741
commit eca094343e

View File

@@ -188,7 +188,7 @@ export default function Features() {
height={32}
width={32}
src="/favicon.ico"
className="bg-black dark:bg-white rounded-md mx-auto mb-2 w-8 h-8"
className="border-2 rounded-lg mx-auto mb-2 w-8 h-8"
alt="zen"
/>
Zen