33 SprkStack ,
44 SprkStackItem ,
55 SprkCard ,
6- SprkButton ,
6+ SprkLink ,
77} from '@sparkdesignsystem/spark-react' ;
88import Layout from '../components/layouts/Layout' ;
99import componentsMedia from '../images/components.svg' ;
@@ -27,7 +27,7 @@ const teaserDesigners = {
2727 media : {
2828 href : '/principles/design-principles' ,
2929 mediaLinkElement : 'a' ,
30- imgAlt : 'An illustration of someone hands drawing on a tablet. ' ,
30+ imgAlt : 'Go to Designer Basics ' ,
3131 imgSrc : designersMedia ,
3232 mediaVariant : 'img' ,
3333 } ,
@@ -52,7 +52,7 @@ const teaserDevelopers = {
5252 media : {
5353 href : '/installing-spark' ,
5454 mediaLinkElement : 'a' ,
55- imgAlt : 'An illustration of a computer with code displayed. ' ,
55+ imgAlt : 'Go to Developer Basics ' ,
5656 imgSrc : developersMedia ,
5757 mediaVariant : 'img' ,
5858 } ,
@@ -78,7 +78,7 @@ const teaserComponents = {
7878 media : {
7979 href : '/using-spark/components/button' ,
8080 mediaLinkElement : 'a' ,
81- imgAlt : 'An illustration of a graph paper and a magnifying glass. ' ,
81+ imgAlt : 'Go to Components ' ,
8282 imgSrc : componentsMedia ,
8383 mediaVariant : 'img' ,
8484 } ,
@@ -102,7 +102,7 @@ const teaserFoundations = {
102102 media : {
103103 href : '/using-spark/foundations/color' ,
104104 mediaLinkElement : 'a' ,
105- imgAlt : 'Decorative illustrations of type and color. ' ,
105+ imgAlt : 'Go to Foundations ' ,
106106 imgSrc : foundationsMedia ,
107107 mediaVariant : 'img' ,
108108 } ,
@@ -125,7 +125,7 @@ const teaserUtils = {
125125 media : {
126126 href : '/using-spark/foundations/css-utilities' ,
127127 mediaLinkElement : 'a' ,
128- imgAlt : 'Decorative illustrations of pages. ' ,
128+ imgAlt : 'Go to Utilities ' ,
129129 imgSrc : utilitiesMedia ,
130130 mediaVariant : 'img' ,
131131 } ,
@@ -147,7 +147,7 @@ const teaserNews = {
147147 media : {
148148 href : 'https://github.com/sparkdesignsystem/spark-design-system/releases' ,
149149 mediaLinkElement : 'a' ,
150- imgAlt : 'Decorative illustrations of mail and notifications. ' ,
150+ imgAlt : 'Go to News ' ,
151151 imgSrc : newsMedia ,
152152 mediaVariant : 'img' ,
153153 } ,
@@ -226,12 +226,13 @@ const IndexPage = () => (
226226 </ SprkStackItem >
227227
228228 < SprkStackItem >
229- < SprkButton
229+ < SprkLink
230230 href = "https://github.com/sparkdesignsystem/spark-design-system/blob/master/CONTRIBUTING.md"
231- variant = "secondary"
231+ additionalClasses = "sprk-c-Button sprk-c-Button--secondary"
232+ variant = "plain"
232233 >
233234 Learn More
234- </ SprkButton >
235+ </ SprkLink >
235236 </ SprkStackItem >
236237 </ SprkStack >
237238 </ SprkStackItem >
0 commit comments