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

Homepage - update arrow with spacing #1753

Merged
merged 1 commit into from
Feb 16, 2024
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
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>
);


Unchanged files with check annotations Beta

fs.writeFileSync(buildForIBMdest, `${heading}${final}`);
})
.catch((err) => {
console.error(err);

Check warning on line 42 in gatsby-node.js

GitHub Actions / ESLint

gatsby-node.js#L42

Unexpected console statement (no-console)
});
}
}
fs.writeFileSync(styleHelpersdest, `${heading}${final}`);
})
.catch((err) => {
console.error(err);

Check warning on line 83 in gatsby-node.js

GitHub Actions / ESLint

gatsby-node.js#L83

Unexpected console statement (no-console)
});
}
}