Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
chore: remove some cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Apr 5, 2024
1 parent bb02cac commit 5a18169
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 47 deletions.
1 change: 1 addition & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 2 additions & 5 deletions src/components/HeaderBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ import Box from "./Box.svelte";
---

<div class="w-full h-16 flex p-2 gap-4 absolute top-0 left-0">
<a href="/" class="h-auto flex gap-4">
<Box class="p-1.5 aspect-square">
<img src="/ublue.svg" class="max-w-full max-h-full" />
</Box>
<div class="text-fg-primary text-2xl my-auto">Universal Blue</div>
<a href="/" class="h-auto m-2">
<div class="text-fg-primary text-2xl my-auto">BlueBuild</div>
</a>
<DarkModeButton client:idle class="m-2" />
</div>
3 changes: 1 addition & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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 &quot;kit&quot; 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`;
---

<!DOCTYPE html>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Hero from "@sections/Hero.astro";
});
</script>

<Layout title="Universal Blue | Fedora Native Containers Images">
<Layout title="BlueBuild Wizard">
<main class="bg-bg-page w-screen h-full min-h-screen">
<Hero/>
<ImageChooser client:idle />
Expand Down
29 changes: 0 additions & 29 deletions src/pages/stats.astro

This file was deleted.

10 changes: 0 additions & 10 deletions src/sections/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ import Box from "@components/Box.svelte";
Pick or create an image <i class="i i-arrow-downward"></i>
</Box>
</a>
<a href="/stats">
<Box client:idle class="flex flex-row gap-2 p-2">
See the stats <i class="i i-arrow-outward"></i>
</Box>
</a>
<a href="https://ublue.it/">
<Box client:idle class="flex flex-row gap-2 p-2">
Read the docs <i class="i i-arrow-outward"></i>
</Box>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 5a18169

Please sign in to comment.