Update layout to replace Rust badge and reorder Tailwind CSS badge
Some checks failed
Deploy / build-and-deploy (push) Failing after 1s
Some checks failed
Deploy / build-and-deploy (push) Failing after 1s
This commit is contained in:
@@ -71,8 +71,9 @@ 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
|
||||||
@@ -80,8 +81,13 @@ export default function RootLayout({
|
|||||||
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user