diff --git a/src/components/Header.astro b/src/components/Header.astro index d3f254a..6ba8f9c 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,8 +1,7 @@ --- import Default from "@astrojs/starlight/components/Header.astro"; import ProgressIndicator from "./ProgressIndicator.astro"; -import ProgressIndicatorWithoutJS from "./ProgressIndicatorWithoutJS.astro"; --- - + diff --git a/src/components/ProgressIndicator.astro b/src/components/ProgressIndicator.astro index 861d51f..82135e4 100644 --- a/src/components/ProgressIndicator.astro +++ b/src/components/ProgressIndicator.astro @@ -1,6 +1,3 @@ ---- ---- - @@ -28,8 +25,7 @@ diff --git a/src/components/ProgressIndicatorWithoutJS.astro b/src/components/ProgressIndicatorWithoutJS.astro deleted file mode 100644 index f0d33d0..0000000 --- a/src/components/ProgressIndicatorWithoutJS.astro +++ /dev/null @@ -1,39 +0,0 @@ ---- ---- - - \ No newline at end of file