Skip to content

Commit

Permalink
Make the titles in the site-by-side demo links
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 6, 2024
1 parent 8fc183b commit 8a07be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/side-by-side-site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<body>
<div class="row">
<div class="flex-grow-1 column">
<h2>JS DOM / Compose HTML</h2>
<h2><a href="js-dom/index.html">JS DOM / Compose HTML</a></h2>
<embed class="flex-grow-1" src="js-dom/index.html">
</div>
<div class="flex-grow-1 column">
<h2>Wasm JS canvas / <code>androidx.compose</code></h2>
<h2><a href="wasm-js-canvas/index.html">Wasm JS canvas / <code>androidx.compose</code></a></h2>
<embed class="flex-grow-1" src="wasm-js-canvas/index.html">
</div>
</div>
Expand Down

0 comments on commit 8a07be7

Please sign in to comment.