Skip to content

Commit

Permalink
Fix CSS class names in skills.tsx
Browse files Browse the repository at this point in the history
An update was made to the skills.tsx file, specifically to the CSS class
 names for the "Skills" button. The update replaced the incorrect
 middot-separated class names with the correct space-separated class
 format.

Signed-off-by: Giovanni Ravalico <15946771+suddenlyGiovanni@users.noreply.github.com>
  • Loading branch information
suddenlyGiovanni committed May 21, 2024
1 parent 60cebe7 commit 6d10f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/routes/resume/skills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const Skills = memo(function Skills({
<T.h2>Skills</T.h2>

<Button
className="absolute·top-0·right-0·rounded-full"
className="absolute top-0 right-0 rounded-full"
onClick={toggleSkillsAccordion}
size="icon"
variant="ghost"
Expand Down

0 comments on commit 6d10f01

Please sign in to comment.