Skip to content

Commit 8a07be7

Browse files
committed
Make the titles in the site-by-side demo links
1 parent 8fc183b commit 8a07be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/side-by-side-site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
<body>
3333
<div class="row">
3434
<div class="flex-grow-1 column">
35-
<h2>JS DOM / Compose HTML</h2>
35+
<h2><a href="js-dom/index.html">JS DOM / Compose HTML</a></h2>
3636
<embed class="flex-grow-1" src="js-dom/index.html">
3737
</div>
3838
<div class="flex-grow-1 column">
39-
<h2>Wasm JS canvas / <code>androidx.compose</code></h2>
39+
<h2><a href="wasm-js-canvas/index.html">Wasm JS canvas / <code>androidx.compose</code></a></h2>
4040
<embed class="flex-grow-1" src="wasm-js-canvas/index.html">
4141
</div>
4242
</div>

0 commit comments

Comments
 (0)