mirror of
https://github.com/danbulant/design
synced 2026-06-18 13:51:15 +00:00
fix the funny
This commit is contained in:
parent
874a84071e
commit
0aacb21101
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
let funny = { "amogus": "ඞ", "AMOGUS": "sussy baka", "discord": "proprietary matrix", "never gonna give you up": "never gonna let you down" };
|
||||
</script>
|
||||
|
||||
<h1>Hello {name[funny] || name}</h1>
|
||||
<h1>Hello {funny[name] || name}</h1>
|
||||
|
||||
<input type=text bind:value={name}>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue