Cleanup & Thai translations

This commit is contained in:
2025-09-18 10:16:26 +07:00
parent cbeaba5419
commit 8fe54b9cd6
85 changed files with 1776 additions and 633 deletions
+23
View File
@@ -0,0 +1,23 @@
---
title: Fedora Workstation
---
import { Picture } from "astro:assets";
import ChoiceList from "@/components/ChoiceList.astro";
import fedoraWorkstation from "@/assets/imgs/Fedora/fedora42_workstation.png";
<Picture
src={fedoraWorkstation}
formats={["avif"]}
width="1280"
alt="Fedora Workstation 42"
/>
<ChoiceList>
<a href="/en/distro/fedora/7/" class="button">
Back
</a>
<a href="/en/distro/fedora/workstation/0/" class="button">
This is the one
</a>
</ChoiceList>