Skip to content

Commit

Permalink
Merge pull request #622 from statisticsnorway/MIMIR-1325_tertiary_button
Browse files Browse the repository at this point in the history
test for updating npm
  • Loading branch information
KyleDanny authored Jan 19, 2023
2 parents 41343ab + ec3fa05 commit e40de01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ButtonTertiary/buttonTertiary.story.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ButtonTertiary from './index';
import Card from '../Card';

const testOnClick = () => {
console.log('Im an onClick func');
console.log('Im an onClick function for testing');
};

storiesOf('ButtonTertiary', module)
Expand Down

0 comments on commit e40de01

Please sign in to comment.