The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

landing/alvis: small grammar fix

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso f3e7d4f7 415a1493

+1 -1
+1 -1
lume/src/landing/alvis.jsx
··· 243 243 className={`h-28 overflow-hidden rounded-t-lg ${testimonial.color}`} 244 244 > 245 245 </div> 246 - <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"> 246 + <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"> 247 247 <img 248 248 src={testimonial.avatar} 249 249 />