Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style(Meetups): add space to buttons #2482

Merged
merged 3 commits into from
Aug 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 32 additions & 24 deletions src/pages/whats-happening/meetups/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@ Verify that you’re working with the grid correctly, that you’re using the ri
components, that you’re using the correct language. Sign up to share, or come
along to see other work in progress and learn that way.

<Button
kind="tertiary"
renderIcon={ArrowRight16}
href="https://ec.yourlearning.ibm.com/w3/series/10163237">
Subscribe
</Button>
<Row>
<Button
kind="tertiary"
renderIcon={ArrowRight16}
href="https://ec.yourlearning.ibm.com/w3/series/10163237">
Subscribe
</Button>
</Row>

</Column>
</Row>
Expand All @@ -63,12 +65,14 @@ These weekly playback calls are a chance for us to have dataviz stakeholders
present, discuss design explorations, gather feedback and business unit
requirements, and determine next steps on requested components or functionality.

<Button
kind="tertiary"
renderIcon={ArrowRight16}
onClick={() => (window.location.href = 'mailto:[email protected]')}>
Email us
</Button>
<Row>
<Button
kind="tertiary"
renderIcon={ArrowRight16}
onClick={() => (window.location.href = 'mailto:[email protected]')}>
Email us
</Button>
</Row>

</Column>
</Row>
Expand All @@ -90,12 +94,14 @@ discuss best practices, identify areas of reuse, and bring up things the Carbon
team can do to make their jobs easier. This group helps out with Carbon's
release cycles to detect breaking changes.

<Button
kind="tertiary"
renderIcon={ArrowRight16}
onClick={() => (window.location.href = 'mailto:[email protected]')}>
Email us
</Button>
<Row>
<Button
kind="tertiary"
renderIcon={ArrowRight16}
onClick={() => (window.location.href = 'mailto:[email protected]')}>
Email us
</Button>
</Row>

</Column>
</Row>
Expand All @@ -117,12 +123,14 @@ page designs with the Carbon designers. Great for assessing the overall flow,
page layouts, the best choices and use of components, content—everything from
the big picture to the smallest detail! Usually two or more hours.

<Button
kind="tertiary"
renderIcon={ArrowRight16}
onClick={() => (window.location.href = 'mailto:[email protected]')}>
Email us
</Button>
<Row>
<Button
kind="tertiary"
renderIcon={ArrowRight16}
onClick={() => (window.location.href = 'mailto:[email protected]')}>
Email us
</Button>
</Row>

</Column>
</Row>