feat: polish figma mobile home and nav
This commit is contained in:
@@ -10,11 +10,7 @@ export function Browse() {
|
||||
return (
|
||||
<section>
|
||||
<div className="mx-auto max-w-full px-4 md:max-w-[820px] lg:max-w-[1080px] xl:max-w-[1180px]">
|
||||
<SectionHeader
|
||||
title={q ? `${t("search")}: ${q}` : t("all")}
|
||||
viewAllTo="/browse"
|
||||
viewAllLabel={t("viewAll")}
|
||||
/>
|
||||
<SectionHeader title={q ? `${t("search")}: ${q}` : t("all")} />
|
||||
</div>
|
||||
<MessageStream scope={{ kind: "all" }} />
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user