Skip to content

Commit

Permalink
delete - testing lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
jwu910 committed Dec 18, 2023
1 parent 4b6e0f9 commit e933c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type TagProps = {

export default function Tag({ children }: TagProps) {
return (
<div className="bg-orange-900 rounded-full text-white px-4 py-2">
<div className="bg-orange-900 text-white px-4 py-2 rounded-full">
{children}
</div>
)
Expand Down

0 comments on commit e933c49

Please sign in to comment.