diff --git a/src/pages/showcase/astro-github-stats.astro b/src/pages/showcase/astro-github-stats.astro
index 907f55d..82d0857 100644
--- a/src/pages/showcase/astro-github-stats.astro
+++ b/src/pages/showcase/astro-github-stats.astro
@@ -10,9 +10,7 @@ import GithubStats from "astro-github-stats";
Astro GitHub Stats
Embed GitHub stats on your Astro page
-
- Links
-
+
+
- Account Stats
+ Account Stats
- Account Top Languages
+ Account Top Languages
- Repo card
+ Repo card
- Account Stats with Icons
+ Account Stats with Icons
diff --git a/src/pages/showcase/astro-reactive-form.astro b/src/pages/showcase/astro-reactive-form.astro
index d75bc53..f2c4bdf 100644
--- a/src/pages/showcase/astro-reactive-form.astro
+++ b/src/pages/showcase/astro-reactive-form.astro
@@ -2,7 +2,7 @@
import Layout from "../../layouts/Layout.astro";
import Footer from "../../components/Footer.astro";
import Back from "../../components/Back.astro";
-import {FormControl, FormGroup} from "astro-reactive-form/core";
+import { FormControl, FormGroup } from "astro-reactive-form/core";
import Form from "astro-reactive-form";
const simpleForm = new FormGroup([
@@ -58,11 +58,11 @@ const characteristicsForm: FormGroup = new FormGroup(
- Astro Reactive Form
- Generate a dynamic form based on your data, and modify programatically.
-
- Links
-
+ Astro Reactive Form
+
+ Generate a dynamic form based on your data, and modify programatically.
+
+
+
- Simple single form group
+ Simple single form group
- Multiple Form Groups
+ Multiple Form Groups
-