pl-fe: optimize initial js size

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2024-12-05 16:31:23 +01:00
parent 4c0bd101c5
commit 4ff23c77e8
158 changed files with 242 additions and 242 deletions

View File

@ -140,7 +140,7 @@ const Report: React.FC<IReport> = ({ id }) => {
<Link
to={`/@${reporterAcct}`}
title={reporterAcct}
className='text-primary-600 hover:underline dark:text-accent-blue'
className='text-primary-600 dark:text-accent-blue hover:underline'
>
@{reporterAcct}
</Link>