Skip to content

Commit

Permalink
feat: add netlify badge (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesytim authored Nov 23, 2021
1 parent f303c8b commit 9cd6750
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<a class="netlify-link" href="https://www.netlify.com">
<img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg" alt="Deploys by Netlify" />
</a>
<style>
.netlify-link {
position: fixed;
left: 20px;
bottom: 20px;
z-index: 1;
}
</style>

0 comments on commit 9cd6750

Please sign in to comment.