Skip to content

Commit 7881c92

Browse files
committed
add back MayanRouteSHUTTLE
1 parent 058b882 commit 7881c92

File tree

1 file changed

+6
-3
lines changed
  • wormhole-connect/src/components/DemoApp

1 file changed

+6
-3
lines changed

wormhole-connect/src/components/DemoApp/index.tsx

+6-3
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,10 @@ function DemoApp() {
276276
<pre>MayanRouteSWIFT</pre>
277277
<i>{'RouteConstructor'}</i>
278278
</li>
279+
<li>
280+
<pre>MayanRouteSHUTTLE</pre>
281+
<i>{'RouteConstructor'}</i>
282+
</li>
279283
<li>
280284
<pre>nttRoutes</pre>{' '}
281285
<i>{'(NttRoute.Config) -> RouteConstructor[]'}</i>
@@ -399,9 +403,9 @@ function DemoApp() {
399403
</div>
400404
</aside>
401405
) : null}
402-
</article>
406+
</article>
403407

404-
<header>
408+
<header>
405409
<div id="floating-config-button">
406410
<a
407411
href="#"
@@ -418,7 +422,6 @@ function DemoApp() {
418422
</a>
419423
</div>
420424
</header>
421-
422425
</main>
423426
);
424427
}

0 commit comments

Comments
 (0)