feat(ui): remove the header icon
Replace the header's flex row with a single bold text element for "Trending Videos", removing the Graph icon and extra container.
This commit is contained in:
@@ -83,12 +83,9 @@ export function TrendingVideos() {
|
|||||||
a.align_center,
|
a.align_center,
|
||||||
a.justify_between,
|
a.justify_between,
|
||||||
]}>
|
]}>
|
||||||
<View style={[a.flex_1, a.flex_row, a.align_center, a.gap_xs]}>
|
<Text style={[a.text_sm, a.font_bold, a.leading_snug]}>
|
||||||
<Graph />
|
|
||||||
<Text style={[a.text_md, a.font_bold, a.leading_snug]}>
|
|
||||||
<Trans>Trending Videos</Trans>
|
<Trans>Trending Videos</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
|
||||||
<Button
|
<Button
|
||||||
label={_(msg`Dismiss this section`)}
|
label={_(msg`Dismiss this section`)}
|
||||||
size="tiny"
|
size="tiny"
|
||||||
|
|||||||
Reference in New Issue
Block a user