Skip to content

Commit

Permalink
feat: change email
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Jul 31, 2024
1 parent ffe9b1b commit 7c7beb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SidebarLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { SidebarMigrations } from './SidebarMigrations'
const navLinks = [
{ name: 'Terms', href: 'https://web3.storage/docs/terms' },
{ name: 'Docs', href: 'https://web3.storage/docs' },
{ name: 'Support', href: 'mailto:support@web3.storage' },
{ name: 'Support', href: 'mailto:support@storacha.network' },
]

interface SidebarComponentProps {
Expand Down

0 comments on commit 7c7beb7

Please sign in to comment.