Update layout to replace Rust badge and reorder Tailwind CSS badge
Some checks failed
Deploy / build-and-deploy (push) Failing after 1s

This commit is contained in:
2025-06-25 22:29:45 +02:00
parent 477d326853
commit 8463edd262

View File

@@ -71,17 +71,23 @@ export default function RootLayout({
className="h-6 sm:h-8" className="h-6 sm:h-8"
/> />
<img <img
src="https://img.shields.io/badge/tailwindcss-%2338BDF8.svg?style=for-the-badge&logo=tailwind-css&logoColor=white" src="https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white"
alt="Tailwind CSS" alt="Rust"
className="h-6 sm:h-8"
className="h-6 sm:h-8"
/> />
<img <img
src="https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white" src="https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white"
alt="TypeScript" alt="TypeScript"
className="h-6 sm:h-8" className="h-6 sm:h-8"
/> />
</div> <img
src="https://img.shields.io/badge/tailwindcss-%2338BDF8.svg?style=for-the-badge&logo=tailwind-css&logoColor=white"
alt="Tailwind CSS"
className="h-6 sm:h-8"
/>
</div>
<div className="hidden sm:flex gap-2 justify-center sm:justify-end"> <div className="hidden sm:flex gap-2 justify-center sm:justify-end">
<HeaderButtons /> <HeaderButtons />
</div> </div>