refactor(wallet): use unified rainbowkit login
This commit is contained in:
@@ -806,7 +806,7 @@ export function PublicLayout() {
|
||||
</main>
|
||||
|
||||
<nav className="fixed inset-x-0 bottom-0 z-40 select-none bg-[#0C0D0F]/95 pb-[max(env(safe-area-inset-bottom),0px)] backdrop-blur md:hidden">
|
||||
<div className="grid h-[68px] grid-cols-3 gap-3 px-5 py-[10px] text-center text-[11px] leading-[17.6px]">
|
||||
<div className="grid h-[68px] grid-cols-4 gap-2 px-4 py-[10px] text-center text-[11px] leading-[17.6px]">
|
||||
<BottomNavIcon
|
||||
to={homePath}
|
||||
label={t("home")}
|
||||
@@ -822,6 +822,12 @@ export function PublicLayout() {
|
||||
!new URLSearchParams(search).get("sort")
|
||||
}
|
||||
/>
|
||||
<BottomNavIcon
|
||||
to={lp("/favorites")}
|
||||
label={t("favorites")}
|
||||
icon="bookmark"
|
||||
active={na("favorites")}
|
||||
/>
|
||||
<BottomNavIcon
|
||||
to={popularHref}
|
||||
label={t("popular")}
|
||||
|
||||
Reference in New Issue
Block a user