Reorganize content and prepare for translation

This commit is contained in:
2025-09-16 12:17:06 +07:00
parent 0996de0907
commit cbeaba5419
43 changed files with 245 additions and 347 deletions
@@ -0,0 +1,26 @@
---
title: Wait
description: Wait while Fedora Media Writer does its thing.
---
import { Picture } from "astro:assets";
import ChoiceList from "@/components/ChoiceList.astro";
import writing from "@/assets/imgs/Fedora/FedoraMediaWriter/Writing.png";
<div class="flex justify-center">
<Picture
src={writing}
formats={["avif"]}
alt="Fedora Media Writer's Writing page"
class="h-72 w-auto"
/>
</div>
Now, wait while Fedora Media Writer is downloading and writing to your USB
flash drive. You can do something else while it does its thing.
<ChoiceList>
<a href="/en/distro/fedora/workstation/5/" class="button">
Continue
</a>
</ChoiceList>