fix: 🐛
This commit is contained in:
parent
ed2a21a51f
commit
b2f111a4e7
4 changed files with 19 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ export default function FeedSwitcher({ close }: { close?: () => void }) {
|
|||
<div className="flex justify-between px-2">
|
||||
<div className="text-muted-foreground text-sm font-semibold">{t('relay sets')}</div>
|
||||
<SecondaryPageLink
|
||||
to={toRelaySettings()}
|
||||
to={toRelaySettings('relay-sets')}
|
||||
className="text-highlight text-sm font-semibold"
|
||||
onClick={() => close?.()}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue