aboutsummaryrefslogtreecommitdiff
path: root/lume
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-11-12 20:00:44 -0500
committerXe Iaso <me@xeiaso.net>2023-11-12 20:01:38 -0500
commitf3e7d4f7ba9221be43616f980f02d9cd70b3b0b5 (patch)
tree0827c63336f3b1a1aaa00638f9f2e1a7ca9dec5d /lume
parent415a14934bbc032ffdcfe83b34ae0507440deed6 (diff)
downloadxesite-f3e7d4f7ba9221be43616f980f02d9cd70b3b0b5.tar.xz
xesite-f3e7d4f7ba9221be43616f980f02d9cd70b3b0b5.zip
landing/alvis: small grammar fix
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'lume')
-rw-r--r--lume/src/landing/alvis.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lume/src/landing/alvis.jsx b/lume/src/landing/alvis.jsx
index fdc6308..13acedc 100644
--- a/lume/src/landing/alvis.jsx
+++ b/lume/src/landing/alvis.jsx
@@ -243,7 +243,7 @@ export const Testimonials = () => {
className={`h-28 overflow-hidden rounded-t-lg ${testimonial.color}`}
>
</div>
- <div className="mx-auto -mt-12 w-24 overflow-hidden rounded-full border-2 border-white bg-white dark:border-neutral-800 dark:bg-neutral-800">
+ <div className="mx-auto mt-12 w-24 overflow-hidden rounded-full border-2 border-white bg-white dark:border-neutral-800 dark:bg-neutral-800">
<img
src={testimonial.avatar}
/>