Skip to content

Commit

Permalink
[prakriya] Patch errors in wasm demo
Browse files Browse the repository at this point in the history
This is further motivation to split our Rust and Wasm builds.
  • Loading branch information
akprasad committed Jan 22, 2025
1 parent 7655c7b commit 4050c69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vidyut-prakriya/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ <h1 class="font-bold text-3xl" x-text="devaNoSvara(activeDhatu.upadesha)"></h1>
<section>
<h1 class="text-2xl font-bold my-4" x-text="la.title"></h1>

<template x-if="la.Parasmai">
<template x-if="la.Parasmaipada">
<table class="w-full my-4 text-left table-fixed text-xl border">
<template x-for="row in la.Parasmai">
<template x-for="row in la.Parasmaipada">
<tr>
<template x-for="cell in row">
<td class="p-1">
Expand All @@ -197,9 +197,9 @@ <h1 class="text-2xl font-bold my-4" x-text="la.title"></h1>
</table>
</template>

<template x-if="la.Atmane">
<template x-if="la.Atmanepada">
<table class="w-full my-4 text-left table-fixed text-xl border">
<template x-for="row in la.Atmane">
<template x-for="row in la.Atmanepada">
<tr>
<template x-for="cell in row">
<td class="p-1">
Expand Down

0 comments on commit 4050c69

Please sign in to comment.