Skip to content

Commit

Permalink
Presentation tweaks (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgill authored Jun 27, 2024
1 parent 21b9282 commit cfb5cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/www/src/pages/demo/presentation/23.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import Slide from "@/components/presentation/Slide.astro";
---

<Slide>
<h1 class="font-heading text-5xl">{"Let's add a <button> component"}</h1>
<h1 class="font-heading text-5xl">{"Let's add a button component"}</h1>
</Slide>
2 changes: 1 addition & 1 deletion apps/www/src/pages/demo/presentation/24.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PresentationLayout from "@/layouts/PresentationLayout.astro";
import BuiltWith from "@/components/presentation/BuiltWith.astro";
import { ExampleTabs } from "@/components/examples/Example";
const example = `Buttons example\n<buttons>\n <button>Star ⭐</button>\n <button>Confetti 🎉</button>\n</buttons> ${"".repeat(100)}`;
const example = `Buttons example\n【{type:"buttons",buttons:[{text:"Star ⭐"}, {text:"Confetti 🎉"}]}】${"".repeat(100)}`;
---

<PresentationLayout title="LLM UI">
Expand Down

0 comments on commit cfb5cd4

Please sign in to comment.