Remove header subtitle from list-related screens (#7154)

* rm subtitle, add admonition

* rm top border from empty state

* Minimal approach

* Revert uneeded change

* Even more minimal

---------

Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
Samuel Newman
2024-12-18 18:23:40 +00:00
committed by GitHub
parent 2d827430ee
commit 3481d16577
5 changed files with 48 additions and 34 deletions
-5
View File
@@ -61,11 +61,6 @@ export function ModerationModlistsScreen({}: Props) {
<Layout.Header.TitleText>
<Trans>Moderation Lists</Trans>
</Layout.Header.TitleText>
<Layout.Header.SubtitleText>
<Trans>
Public, shareable lists of users to mute or block in bulk.
</Trans>
</Layout.Header.SubtitleText>
</Layout.Header.Content>
<Button
label={_(msg`New list`)}