Skip to content

Commit

Permalink
fix(demo/text): fix happo name
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Dec 20, 2022
1 parent 8ea5bfa commit d199498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/visx-demo/src/components/Gallery/TextTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import GalleryTile from '../GalleryTile';

export const packageJson = {
name: '../../sandboxes/visx-text',
name: '@visx/demo-text',
dependencies: { '@visx/text': 'current' },
};

Expand Down

0 comments on commit d199498

Please sign in to comment.