From 043c68f9ff9e7c49c4a9542fa2568b2fba649594 Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Wed, 19 Apr 2023 09:40:46 +0800
Subject: [PATCH] Smaller 'last status'

---
 src/components/account-info.jsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/account-info.jsx b/src/components/account-info.jsx
index 626b44d8..89015cab 100644
--- a/src/components/account-info.jsx
+++ b/src/components/account-info.jsx
@@ -518,12 +518,12 @@ function RelatedActions({ info, instance, authenticated }) {
         {followedBy ? (
           <span class="tag">Following you</span>
         ) : !!lastStatusAt ? (
-          <span class="insignificant">
+          <small class="insignificant">
             Last status:{' '}
             {niceDateTime(lastStatusAt, {
               hideTime: true,
             })}
-          </span>
+          </small>
         ) : (
           <span />
         )}{' '}