diff --git a/website/src/components/Callout.tsx b/website/src/components/Callout.tsx index f686596e0c1b..83a1bfb88c97 100644 --- a/website/src/components/Callout.tsx +++ b/website/src/components/Callout.tsx @@ -53,7 +53,7 @@ export const Callout = ({ ])} {...(props as ComponentPropsWithoutRef<'div'>)} > -
-
+
+ |
-
- |
- {network.id}
-
- {
- e.preventDefault()
- e.stopPropagation()
- }}
- >
-
+
+ |
diff --git a/website/src/supportedNetworks/components/NetworksTable.tsx b/website/src/supportedNetworks/components/NetworksTable.tsx
index bd418feffde2..6d48bb4429ab 100644
--- a/website/src/supportedNetworks/components/NetworksTable.tsx
+++ b/website/src/supportedNetworks/components/NetworksTable.tsx
@@ -25,10 +25,10 @@ export const NetworksTable = memo(({ networks, isLoading, locale }: NetworksTabl
+ {network.id}
+
+
|