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,17 +71,23 @@ export default function RootLayout({
|
||||
className="h-6 sm:h-8"
|
||||
/>
|
||||
<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"
|
||||
src="https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white"
|
||||
alt="Rust"
|
||||
|
||||
className="h-6 sm:h-8"
|
||||
/>
|
||||
<img
|
||||
src="https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white"
|
||||
alt="TypeScript"
|
||||
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">
|
||||
<HeaderButtons />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user