Skip to content

Commit

Permalink
Change text to test lane update
Browse files Browse the repository at this point in the history
  • Loading branch information
Price committed Jan 30, 2024
1 parent 9c35553 commit 9a02c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-ci/card/card.composition.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Card } from './card';
export const BasicCard = () => {
return (
<div style={{ margin: '2em' }}>
<Card>hello world!</Card>
<Card>This is a card</Card>
</div>
);
};
Expand Down

0 comments on commit 9a02c8a

Please sign in to comment.