Skip to content

Commit

Permalink
build: Update image URL and CSS class in index.mdx file
Browse files Browse the repository at this point in the history
  • Loading branch information
CarLeonDev committed Jun 24, 2024
1 parent b050c77 commit 64fb98d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions website/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ import ScriptIndex from "@/components/ScriptIndex.astro";
Experience the full potential of Reactter by trying it online on <a href="https://zapp.run/pub/flutter_reactter" target="_blank">Zapp</a>.
<iframe
src="https://zapp.run/edit/z0ag069p0ah0?theme=dark&lazy=false&file=lib/examples/1_counter/counter_page.dart"
class="w-full !h-[600px]"
style="border: 0; overflow: hidden;"
class="w-full !h-[600px] border-0 overflow-hidden"
></iframe>
</div>

Expand Down
2 changes: 1 addition & 1 deletion website/src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

[data-has-hero] .hero #hero_logo {
position: relative;
background-image: url("public/logo.svg");
background-image: url("/reactter/logo.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
Expand Down

0 comments on commit 64fb98d

Please sign in to comment.