Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Y-Ko committed Dec 4, 2024
1 parent bd0a727 commit c58c6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/avatar/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
// TODO: replace with actual avatar component

export default function Avatar() {
return <div className="text-red-700">ExampleComponent!</div>;
return <div className="text-red-700">ExampleComponent</div>;
}

0 comments on commit c58c6da

Please sign in to comment.