Skip to content

Commit

Permalink
Disabled hero secondary buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Iglesias committed Dec 4, 2020
1 parent ad08fa7 commit 8d3c70a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/build/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/build/bundle.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/ui/Hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
{/if}
{#if secondaryText}
<button
disabled
class="button outline w-button"
on:click={() => {
dispatch('secondaryclick');
Expand Down

0 comments on commit 8d3c70a

Please sign in to comment.