Skip to content

Commit

Permalink
Merge pull request #3969 from sparkdesignsystem/netlify-trickery
Browse files Browse the repository at this point in the history
trigger netlify
  • Loading branch information
Amber Febbraro authored Apr 12, 2021
2 parents 68398c0 + 5d1f086 commit c6ee344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const defaultStory = () => ({
moduleMetadata: modules,
template: `
<sprk-dropdown
screenReaderText="Description of default dropdown."
screenReaderText="Description of default dropdown"
heading="My Choices"
triggerIconName="settings"
triggerAdditionalClasses="sprk-b-Link--plain"
Expand Down
2 changes: 1 addition & 1 deletion react/src/components/dropdown/SprkDropdown.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const informational = () => (
variant="secondary"
additionalClasses="sprk-c-Button--compact"
onClick={() => {
console.log('Clicked!');
console.log('Clicked');
}}
>
Go Elsewhere
Expand Down

0 comments on commit c6ee344

Please sign in to comment.