Skip to content

Commit

Permalink
chore: bust the nx cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jun 2, 2023
1 parent 35d2ac1 commit 8034a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/typography/typography.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const Typography = () => {
return <p className="text-crimson-11 dark:text-red-10">Hello world</p>;
return <p className="text-crimson-11 dark:text-red-10">UI Package</p>;
};

0 comments on commit 8034a97

Please sign in to comment.