We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058b882 commit 7881c92Copy full SHA for 7881c92
wormhole-connect/src/components/DemoApp/index.tsx
@@ -276,6 +276,10 @@ function DemoApp() {
276
<pre>MayanRouteSWIFT</pre>
277
<i>{'RouteConstructor'}</i>
278
</li>
279
+ <li>
280
+ <pre>MayanRouteSHUTTLE</pre>
281
+ <i>{'RouteConstructor'}</i>
282
+ </li>
283
<li>
284
<pre>nttRoutes</pre>{' '}
285
<i>{'(NttRoute.Config) -> RouteConstructor[]'}</i>
@@ -399,9 +403,9 @@ function DemoApp() {
399
403
</div>
400
404
</aside>
401
405
) : null}
402
- </article>
406
+ </article>
407
- <header>
408
+ <header>
409
<div id="floating-config-button">
410
<a
411
href="#"
@@ -418,7 +422,6 @@ function DemoApp() {
418
422
</a>
419
423
420
424
</header>
421
-
425
</main>
426
);
427
}
0 commit comments