style(post menu): add themes styling

This commit is contained in:
Tom (plebeius.eth)
2024-05-27 17:21:21 +02:00
parent 677407cd52
commit 219c05b6d1
3 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ const Board = () => {
{state === 'failed' ? (
state
) : isInSubscriptionsView && subscriptions?.length === 0 ? (
`You haven't subscribed to any board yet.`
`You have not subscribed to any board yet.`
) : (
<LoadingEllipsis string={loadingStateString} />
)}