Skip to content

Commit

Permalink
Adding updated demo
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Oct 3, 2024
1 parent ea90ff6 commit a128ebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
iframe_src = demo_url + '?theme=' + theme;
$watch('theme', function(value){
iframe_src = demo_url + '?theme=' + theme;
themeOpen=false;
});
"
class="flex flex-col items-stretch justify-center w-screen h-screen bg-neutral-100">
Expand Down

0 comments on commit a128ebd

Please sign in to comment.