Merge branch 'update-status-action-bar' into 'main'

Remove icon titles from action bar

Closes ditto#240

See merge request soapbox-pub/soapbox!3270
This commit is contained in:
Alex Gleason 2024-11-19 21:11:35 +00:00
commit b88ae602c5
1 changed files with 0 additions and 1 deletions

View File

@ -390,7 +390,6 @@ const Thread = (props: IThread) => {
status={status} status={status}
expandable={false} expandable={false}
space='lg' space='lg'
withLabels
/> />
</> </>
) : null} ) : null}