We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067d88a commit 1df6dfcCopy full SHA for 1df6dfc
src/components/SidebarLayout.tsx
@@ -16,7 +16,7 @@ import { SidebarMigrations } from './SidebarMigrations'
16
const navLinks = [
17
{ name: 'Terms', href: 'https://web3.storage/docs/terms' },
18
{ name: 'Docs', href: 'https://web3.storage/docs' },
19
- { name: 'Support', href: 'mailto:support@web3.storage' },
+ { name: 'Support', href: 'mailto:support@storacha.network' },
20
]
21
22
interface SidebarComponentProps {
0 commit comments