File tree Expand file tree Collapse file tree 2 files changed +6
-159
lines changed Expand file tree Collapse file tree 2 files changed +6
-159
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { InternalLinkButton } from '@/components/InternalLinkButton';
4
4
import HowItWorks from '@/components/contribute/HowItWorks' ;
5
5
import { YoutubeEmbed } from '@/components/YoutubeEmbed' ;
6
6
import { Columns } from '@/components/Columns' ;
7
- import * as img from '../../constants/img' ;
8
7
9
8
const meta = {
10
9
title : 'AWS Amplify Contributor Program' ,
@@ -64,24 +63,24 @@ export default function Contribute() {
64
63
wrap = { 'wrap' }
65
64
>
66
65
< ExportedImage
67
- alt = { img . BADGE_FOUNDATIONAL . alt }
66
+ alt = "AWS Amplify open source contributor Foundational Badge"
68
67
height = { 200 }
69
68
width = { 200 }
70
- src = { img . BADGE_FOUNDATIONAL . src }
69
+ src = "/assets/badge-foundational.png"
71
70
/>
72
71
73
72
< ExportedImage
74
- alt = { img . BADGE_ITERMEDIATE . alt }
73
+ alt = "AWS Amplify open source contributor Intermediate Badge"
75
74
height = { 200 }
76
75
width = { 200 }
77
- src = { img . BADGE_ITERMEDIATE . src }
76
+ src = "/assets/badge-intermediate.png"
78
77
/>
79
78
80
79
< ExportedImage
81
- alt = { img . BADGE_ADVANCED . alt }
80
+ alt = "AWS Amplify open source contributor Advanced Badge"
82
81
height = { 200 }
83
82
width = { 200 }
84
- src = { img . BADGE_ADVANCED . src }
83
+ src = "/assets/badge-advanced.png"
85
84
/>
86
85
</ Flex >
87
86
You can’t perform that action at this time.
0 commit comments