Skip to content

Commit

Permalink
docs(bridge): Fix Superbridge URL (#482)
Browse files Browse the repository at this point in the history
Updates Superbridge's URL to the correct one:
s/superbridge.com/sueprbridge.app/
wbnns authored May 5, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 3e45f37 commit 619bf14
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/bridge/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -140,7 +140,7 @@ function Root({ Component, pageProps }: AppProps) {
As Base continues to decentralize, beginning May 10th bridge.base.org
will redirect to{' '}
<a
href="https://superbridge.com/base"
href="https://superbridge.app/base"
target="_blank"
rel="noreferrer"
className="underline"
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ export function DeprecationModal() {
</a>{' '}
will redirect to{' '}
<a
href="https://superbridge.com/base"
href="https://superbridge.app/base"
target="_blank"
rel="noreferrer"
className="underline"
4 changes: 2 additions & 2 deletions apps/bridge/src/components/Faq/FaqSidebar.tsx
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ export function FaqSidebar() {
Once deprecated, bridge.base.org will direct users to &quot;Superchain Bridges&quot;
selected by Base and the Optimism teams, one of which is{' '}
<a
href="https://superbridge.com/base"
href="https://superbridge.app/base"
target="_blank"
rel="noreferrer"
className="underline"
@@ -38,7 +38,7 @@ export function FaqSidebar() {
Yes, however, in the event you are unable to complete your withdraw within the 7 day
period, you will need to use a Superchain Bridge such as{' '}
<a
href="https://superbridge.com/base"
href="https://superbridge.app/base"
target="_blank"
rel="noreferrer"
className="underline"

0 comments on commit 619bf14

Please sign in to comment.