Skip to content

Commit 7fd087c

Browse files
committed
interop
1 parent 93d21b8 commit 7fd087c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/LeftSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const modularLinks = reactive([
130130
},
131131
{
132132
icon: "hyperlane",
133-
name: "Hyperlane",
133+
name: "Interop",
134134
path: "/hyperlane",
135135
children: [
136136
{

pages/hyperlane/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ useHead({
5858
<Breadcrumbs
5959
:items="[
6060
{ link: '/', name: 'Explore' },
61-
{ link: '/hyperlane', name: `Hyperlane` },
61+
{ link: '/hyperlane', name: `Interop Hyperlane` },
6262
]"
6363
:class="$style.breadcrumbs"
6464
/>

0 commit comments

Comments
 (0)