Skip to content

Commit

Permalink
♿ melhorando acessibilidade
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroFernandesRosal committed Jan 6, 2025
1 parent 201ed74 commit 519ec2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/highlight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function HighLight() {
alt="imagem de um notebook"
width={300}
height={300}
loading="lazy"
priority
className="w-[250px] md:w-[300px]"
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/skills-scroll.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function SkillScroll() {
{skillsData.map((skill: SkilsProps) => (
<div
key={skill.id}
className="p-2 flex flex-col items-center text-zinc-400 dark:text-zinc-700 justify-center text-center h-[170px] justify-items-center content-center rounded-md my-2"
className="p-2 flex flex-col items-center text-primary justify-center text-center h-[170px] justify-items-center content-center rounded-md my-2"
>
{skill.name}
{skill.icon === 'HTML' && <RiHtml5Line className="text-9xl " />}
Expand Down

0 comments on commit 519ec2b

Please sign in to comment.