Skip to content

Commit

Permalink
update arrow with spacing (#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
RichKummer authored Feb 16, 2024
1 parent dd906c8 commit f346bdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gatsby-theme-carbon/templates/Homepage.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import React from 'react';
import { Column } from 'gatsby-theme-carbon';
import HomepageTemplate from 'gatsby-theme-carbon/src/templates/Homepage';
import { ArrowDown32 } from '@carbon/icons-react';
import { leadspaceText } from './Homepage.module.scss';

const LeadSpaceText = () => (
<p className={leadspaceText}>
Carbon for IBM.com is the design system for the IBM website, providing
components, resources, and guidelines for everyone creating IBM.com pages.
<ArrowDown32 />
<span style={{ paddingTop: '1.25rem', display: 'flex' }}></span>
</p>
);

Expand Down

0 comments on commit f346bdd

Please sign in to comment.