feat: update layout
This commit is contained in:
parent
f41536a793
commit
8b1c2ebe3f
30 changed files with 230 additions and 250 deletions
|
|
@ -18,7 +18,7 @@ const RelaySettingsPage = forwardRef(({ id, index }: { id?: string; index?: numb
|
|||
index={index}
|
||||
title={t("username's used relays", { username: profile.username })}
|
||||
>
|
||||
<div className="px-4">
|
||||
<div className="px-4 pt-3">
|
||||
<OthersRelayList userId={id} />
|
||||
</div>
|
||||
</SecondaryPageLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue