We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e0a083 + 62d19f8 commit ea3ad09Copy full SHA for ea3ad09
src/app/components/header/_children/btn-language.tsx
@@ -18,7 +18,12 @@ const BtnLanguage = () => {
18
};
19
20
return (
21
- <Button type="button" variant="ghost" onClick={handleLanguage}>
+ <Button
22
+ aria-label="Toggle Language"
23
+ type="button"
24
+ variant="ghost"
25
+ onClick={handleLanguage}
26
+ >
27
{language === "ES" ? <IconEC /> : <IconEEUU />}
28
</Button>
29
);
src/app/components/projects.tsx
@@ -37,7 +37,7 @@ const TAGS = {
37
},
38
ASTRO: {
39
name: "Astro",
40
- class: "bg-orange-600 text-white",
+ class: "bg-orange-700 text-white",
41
icon: IconRocket,
42
iconClass: "text-white"
43
0 commit comments