From 6ffc40fdf3ab57152c54407fca3c70068366f04e Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 29 Dec 2022 16:12:09 +0800 Subject: [PATCH] Use semantic
--- src/components/status.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index 5215399a..697f2601 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -187,7 +187,7 @@ function Status({ const readMoreText = 'Read more →'; return ( -
)} -
+
); }