We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb47b68 commit c7df96cCopy full SHA for c7df96c
src/pages/card/index.js
@@ -20,7 +20,7 @@ const CardIndexPage = () => {
20
<SEO title="Card UI Instructions" />
21
<section className="intro">
22
<div className="container">
23
- <h1 className="intro__heading">A Collection of free HTML and <span className="accent">CSS card</span> UI components with examples.</h1>
+ <h1 className="intro__heading">A Collection of HTML and <span className="accent">CSS card</span> UI components with examples.</h1>
24
<p className="intro__text">Now go build something great!</p>
25
<div className="intro__link">
26
<Link to="/card/examples" className="btn btn--primary">See Examples</Link>
0 commit comments