From 4459f78ecae2d5941ad055cadb55f41d66a46f27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Beno=C3=AEt=20Viguier?= <ildyria@users.noreply.github.com>
Date: Tue, 21 Jan 2025 13:32:21 +0100
Subject: [PATCH] Update src/pages/support.astro

Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com>
---
 src/pages/support.astro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/support.astro b/src/pages/support.astro
index f9fb331..ea4d8a4 100644
--- a/src/pages/support.astro
+++ b/src/pages/support.astro
@@ -143,7 +143,7 @@ const metadata = {
     { icon: 'tabler:devices-check',  title: 'If you feel like just doing reviews,', description: 'then just do that.', classes: {panel:'items-center'} },
     { icon: 'tabler:devices-plus', title: 'If you feel like adding new functionalities,', description: 'then do that.',  classes: {panel:'items-center', title: 'text-center', description: 'text-center'} },
     { icon: 'tabler:bug-off', title: 'If you feel like fixing bugs,', description: 'then do that.',  classes: {panel:'items-center', title: 'text-center', description: 'text-center'} },
-    { icon: 'tabler:hammer', title: 'if you feel like fixing things that annoys you,', description: 'then do that.', classes: {panel:'items-center', title: 'text-center', description: 'text-center'} },
+    { icon: 'tabler:hammer', title: 'if you feel like fixing things that annoy you,', description: 'then do that.', classes: {panel:'items-center', title: 'text-center', description: 'text-center'} },
   ]}
   columns={2}
 >