Skip to content

Commit

Permalink
fix: broken and dead imports
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed Sep 16, 2024
1 parent 0f161a3 commit 5e0046e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/sections/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import { Picture } from 'astro:assets';

<style>
.hero-text {
background-image: url("../../texture.webp");
background-image: url("/texture.webp");
background-clip: text;
webkit-background-clip: text;
-webkit-background-clip: text;
Expand Down
2 changes: 0 additions & 2 deletions src/pages/um39-arm.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
import BackMenu from "../components/BackMenu.vue";
import DownloadSection from "../components/DownloadSection.astro";
import BaseLayout from "../layouts/BaseLayout.astro";
import flagshipScreenshot from "../assets/39/screenshots/flagship.png";
Expand All @@ -15,7 +14,6 @@ import kdeScreenshot from "../assets/39/screenshots/kde.png";
<div
class="flex flex-col min-h-screen p-2 md:px-12 text-gray-900 bg-gray-100 place-content-center md:items-center dark:bg-gray-900 dark:text-gray-100"
>
<BackMenu targetLink="/um39" target="Ultramarine Linux 39" />
<h1 class="text-4xl font-bold">ARM Builds</h1>
<h2 class="pt-1 text-gray-400">
You can find ARM (aarch64) builds of Ultramarine Linux 39 here.
Expand Down
2 changes: 0 additions & 2 deletions src/pages/um39.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
import BackMenu from "../components/BackMenu.vue";
import DownloadSection from "../components/DownloadSection.astro";
import BaseLayout from "../layouts/BaseLayout.astro";
import flagshipScreenshot from "../assets/39/screenshots/flagship.png";
Expand All @@ -15,7 +14,6 @@ import kdeScreenshot from "../assets/39/screenshots/kde.png";
<div
class="flex flex-col min-h-screen p-2 md:px-12 text-gray-900 bg-gray-100 place-content-center md:items-center dark:bg-gray-900 dark:text-gray-100"
>
<BackMenu targetLink="/download" target="latest release" />
<h1 class="text-4xl font-bold">Ultramarine 39 Releases</h1>
<h2 class="pt-1 text-gray-400">Previous release of Ultramarine Linux</h2>
<div class="">
Expand Down
2 changes: 0 additions & 2 deletions src/pages/um40-arm.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
import BackMenu from "../components/BackMenu.vue";
import DownloadSection from "../components/DownloadSection.astro";
import BaseLayout from "../layouts/BaseLayout.astro";
import flagshipScreenshot from "../assets/40/screenshots/flagship.png";
Expand All @@ -15,7 +14,6 @@ import kdeScreenshot from "../assets/40/screenshots/kde.png";
<div
class="flex flex-col min-h-screen p-2 md:px-12 text-gray-900 bg-gray-100 place-content-center md:items-center dark:bg-gray-900 dark:text-gray-100"
>
<BackMenu targetLink="/download" target="Downloads" />
<h1 class="text-4xl font-bold">ARM Builds</h1>
<h2 class="pt-1 text-gray-400">
You can find Generic ARM EFI builds of Ultramarine Linux 40 here.
Expand Down

0 comments on commit 5e0046e

Please sign in to comment.