Skip to content

Commit

Permalink
test icon
Browse files Browse the repository at this point in the history
  • Loading branch information
aecuto committed Mar 2, 2024
1 parent 44caa27 commit f4d29fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/components/Skill.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ export function Skills() {

return (
<div className="flex flex-wrap gap-4 justify-center">
<StackIcon name={`slack`} />
<StackIcon name={`slack`} />
<StackIcon name={`slack`} />
<StackIcon name={`slack`} />
<StackIcon name={`slack`} />

{data.map(({ label, value }) => (
<div key={label}>
<Card className="w-[360px] h-[360px] bg-white/10">
Expand Down

0 comments on commit f4d29fe

Please sign in to comment.