Skip to content

Commit

Permalink
Merge pull request #16 from fabric-ds/highlight-box-fix
Browse files Browse the repository at this point in the history
Make button small
  • Loading branch information
benja authored Oct 1, 2021
2 parents eedea04 + b00c861 commit 27caf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/highlight-box/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class FabricDocsHighlightBox extends HTMLElement {
<div class="bg-yellow-100 rounded-8 p-24 mb-24">
<h3 class="h4">About Fabric Beta v1.0</h3>
<p class="pb-0">Fabric is currently in Beta phase. We’re working hard to get things running smoothly and can’t do it without your help. Head to the <a href="https://sch-chat.slack.com/archives/C01GYKPJVFT">#finn-fabric</a> channel on Slack to share your feedback.</p>
<div class="mb-8"><a href="https://sch-chat.slack.com/archives/C01GYKPJVFT" class="button button--secondary">Post feedback on Slack</a></div>
<div class="mt-12"><a href="https://sch-chat.slack.com/archives/C01GYKPJVFT" class="button button--secondary button--small">Post feedback on Slack</a></div>
</div>
`;

Expand Down

0 comments on commit 27caf1c

Please sign in to comment.