Skip to content

Commit

Permalink
docs(support): revised storybook layout, text adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
teenwolfblitzer committed Mar 1, 2023
1 parent 350276b commit e88e34e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/app/views/pages/_support_modal.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
title_tag: "h2",
} %>
<%= sage_component SagePanelBlock, { type_block: true } do %>
<p>Spot a bug or have a suggestion? We care about improving your experience! <a href="https://forms.gle/Y4TGCimUGectGFHq9?utm_source=feedback_form&utm_medium=rails_docs" target="_blank">Share your feedback with us</a>.</p>
<p>Spot a bug or have a suggestion? We care about improving your experience! <a href="https://forms.gle/Y4TGCimUGectGFHq9?utm_source=feedback_form&utm_medium=rails_docs" target="_blank">Let us know how we can improve</a>.</p>
<% end %>
<% end %>
<% end %>
Expand Down
4 changes: 2 additions & 2 deletions packages/sage-react/lib/HelpFeedback.story.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import { Panel } from './Panel';

<Panel className="docs-panel">
<Panel.Header title="How can we help?" />
Questions? Suggestions? Head to our [#sage-support Slack Channel](#) and join the conversation.
<p>Questions? Suggestions? Head to our <a href="https://slack.com/app_redirect?channel=C01A424HY8Y" target="_blank">#sage-support Slack Channel</a> and join the conversation.</p>

<Panel.Divider />

<Panel.Header title="Share your Feedback" />
We care about your experience! Let us know how we can improve by sharing your feedback below.
<p>Spot a bug or have a suggestion? We care about improving your experience! <a href="https://forms.gle/Y4TGCimUGectGFHq9?utm_source=feedback_form&utm_medium=storybook" target="_blank">Let us know how we can improve</a>.</p>
</Panel>
2 changes: 1 addition & 1 deletion packages/sage-react/lib/Introduction.story.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Meta } from "@storybook/addon-docs";

<Meta title="--- Welcome to Sage! ---" />
<Meta title="-- Welcome to Sage!" />

# Sage Design System
The Sage Design System is our single source of truth, providing everything you need to build great products for our customers. It is the culmination of designers and developers working together to give teams the ability to ship high-quality products faster.
Expand Down

0 comments on commit e88e34e

Please sign in to comment.