feat: pure black
This commit is contained in:
parent
057de9595b
commit
b17846f264
27 changed files with 156 additions and 63 deletions
|
|
@ -69,6 +69,7 @@ export const toRelaySettings = (tag?: 'mailbox' | 'favorite-relays') => {
|
|||
export const toWallet = () => '/settings/wallet'
|
||||
export const toPostSettings = () => '/settings/posts'
|
||||
export const toGeneralSettings = () => '/settings/general'
|
||||
export const toAppearanceSettings = () => '/settings/appearance'
|
||||
export const toTranslation = () => '/settings/translation'
|
||||
export const toProfileEditor = () => '/profile-editor'
|
||||
export const toRelay = (url: string) => `/relays/${encodeURIComponent(url)}`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue