diff --git a/src/components/CCIP/Chain/Chain.astro b/src/components/CCIP/Chain/Chain.astro index 562ab44bd1e..058483ed1b0 100644 --- a/src/components/CCIP/Chain/Chain.astro +++ b/src/components/CCIP/Chain/Chain.astro @@ -46,7 +46,14 @@ const lanes = await getAllNetworkLanes({ const searchLanes = getSearchLanes({ environment }) --- - + diff --git a/src/components/CCIP/Token/Token.astro b/src/components/CCIP/Token/Token.astro index 049ae208f92..05d107e70ea 100644 --- a/src/components/CCIP/Token/Token.astro +++ b/src/components/CCIP/Token/Token.astro @@ -52,7 +52,14 @@ const lanes = getAllTokenLanes({ const searchLanes = getSearchLanes({ environment }) --- - +