Skip to content

Commit 1df6dfc

Browse files
author
Alan Shaw
committed
feat: change email
1 parent 067d88a commit 1df6dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SidebarLayout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { SidebarMigrations } from './SidebarMigrations'
1616
const navLinks = [
1717
{ name: 'Terms', href: 'https://web3.storage/docs/terms' },
1818
{ name: 'Docs', href: 'https://web3.storage/docs' },
19-
{ name: 'Support', href: 'mailto:support@web3.storage' },
19+
{ name: 'Support', href: 'mailto:support@storacha.network' },
2020
]
2121

2222
interface SidebarComponentProps {

0 commit comments

Comments
 (0)