-
From 5a1816901b00ac2e126b1a62fc50448e99217078 Mon Sep 17 00:00:00 2001 From: xynydev <60004820+xynydev@users.noreply.github.com> Date: Fri, 5 Apr 2024 21:22:00 +0300 Subject: [PATCH] chore: remove some cruft --- devbox.lock | 1 + src/components/HeaderBar.astro | 7 ++----- src/layouts/Layout.astro | 3 +-- src/pages/index.astro | 2 +- src/pages/stats.astro | 29 ----------------------------- src/sections/Hero.astro | 10 ---------- 6 files changed, 5 insertions(+), 47 deletions(-) delete mode 100644 src/pages/stats.astro diff --git a/devbox.lock b/devbox.lock index 248a468..8d2d7c8 100644 --- a/devbox.lock +++ b/devbox.lock @@ -37,6 +37,7 @@ }, "nodejs@latest": { "last_modified": "2023-12-01T12:14:05Z", + "plugin_version": "0.0.2", "resolved": "github:NixOS/nixpkgs/77da99a144cd341408308e0a37622f5edcc6c5ba#nodejs_21", "source": "devbox-search", "version": "21.3.0", diff --git a/src/components/HeaderBar.astro b/src/components/HeaderBar.astro index 8cad29b..586eeb0 100644 --- a/src/components/HeaderBar.astro +++ b/src/components/HeaderBar.astro @@ -4,11 +4,8 @@ import Box from "./Box.svelte"; ---
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index cc407bb..2f051e7 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -8,8 +8,7 @@ export interface Props { } const { title } = Astro.props; -const description = `This is a collection of container images using Fedora's support for OCI/Docker containers as a transport and delivery mechanism for operating system content. - This project's purpose is to be a "kit" for you to derive from to create your perfect image as well as provide high quality images for use as a desktop`; +const description = `BlueBuild image repo creator wizard`; --- diff --git a/src/pages/index.astro b/src/pages/index.astro index 4ac493e..5c70634 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -17,7 +17,7 @@ import Hero from "@sections/Hero.astro"; }); -