Skip to content

Commit

Permalink
changing the demo URL to the correct URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Oct 25, 2024
1 parent 2f4f65b commit 087beef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/plain.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

</head>
<body class="w-screen overflow-hidden h-dvh"
x-data="{ themeOpen: false, menuOpen: false, theme: 'anchor', themeImage: 'anchor', collapsed: false, isTouchDevice: false, themeLoading:false, iframe_src: 'about:blank', demo_url: 'https://wavev3.devdojo.com', headerBarClasses: 'px-0' }"
x-data="{ themeOpen: false, menuOpen: false, theme: 'anchor', themeImage: 'anchor', collapsed: false, isTouchDevice: false, themeLoading:false, iframe_src: 'about:blank', demo_url: 'https://wave.devdojo.com', headerBarClasses: 'px-0' }"
x-init="
window.addEventListener('load', function() {
// Get the URL's query parameters
Expand Down

0 comments on commit 087beef

Please sign in to comment.