Skip to content

Commit

Permalink
purge size indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Nelson committed Aug 10, 2023
1 parent 50a160c commit 4b7384b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/layouts/Base.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
import TwSizeIndicator from "@/components/TwSizeIndicator.astro";
import config from "@/config/config.json";
import theme from "@/config/theme.json";
import { plainify } from "@/lib/utils/textConverter";
Expand Down Expand Up @@ -148,7 +147,6 @@ const { title, meta_title, description, image, noindex, canonical } =
>
</head>
<body>
<TwSizeIndicator />
<Header />
<main id="main-content">
<slot />
Expand Down
15 changes: 0 additions & 15 deletions src/layouts/components/TwSizeIndicator.astro

This file was deleted.

0 comments on commit 4b7384b

Please sign in to comment.