Skip to content

Commit

Permalink
🐛 Back to slash for mobile compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaza-Kun committed Apr 6, 2024
1 parent 3676101 commit abdc2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/tatabunyi/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</h2>
<dl>
{#each parse_tatabunyi_toml(data.tatabunyi) as t}
{@const val = getParsed(t, submission, new ParseResultOptions(' &#x1F784; '))}
{@const val = getParsed(t, submission, new ParseResultOptions(' / '))}
<dt>{t.name}</dt>
<dd>
- {#if !val.error}
Expand Down

0 comments on commit abdc2ca

Please sign in to comment.