We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d21b8 commit 7fd087cCopy full SHA for 7fd087c
components/LeftSidebar.vue
@@ -130,7 +130,7 @@ const modularLinks = reactive([
130
},
131
{
132
icon: "hyperlane",
133
- name: "Hyperlane",
+ name: "Interop",
134
path: "/hyperlane",
135
children: [
136
pages/hyperlane/index.vue
@@ -58,7 +58,7 @@ useHead({
58
<Breadcrumbs
59
:items="[
60
{ link: '/', name: 'Explore' },
61
- { link: '/hyperlane', name: `Hyperlane` },
+ { link: '/hyperlane', name: `Interop Hyperlane` },
62
]"
63
:class="$style.breadcrumbs"
64
/>
0 commit comments