Skip to content

Commit 33588fe

Browse files
authored
Merge pull request #973 from kanishka-commits/ui/dup
[FIX]: #968 Duplicate Arrows Appearing After Link Text in GitHub Badges
2 parents 13007bc + 97bb162 commit 33588fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/badges/github-badges.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ const GithubBadgesContent = (): React.ReactElement => {
11221122
target="_blank"
11231123
rel="noopener noreferrer"
11241124
>
1125-
Prepare for the GitHub Foundations exam
1125+
Prepare for the GitHub Foundations exam
11261126
</a>
11271127
</div>
11281128
<div className={styles.certBadge}>
@@ -1163,7 +1163,7 @@ const GithubBadgesContent = (): React.ReactElement => {
11631163
target="_blank"
11641164
rel="noopener noreferrer"
11651165
>
1166-
Prepare for the GitHub Actions exam
1166+
Prepare for the GitHub Actions exam
11671167
</a>
11681168
</div>
11691169
</motion.div>
@@ -1189,7 +1189,7 @@ const GithubBadgesContent = (): React.ReactElement => {
11891189
target="_blank"
11901190
rel="noopener noreferrer"
11911191
>
1192-
Prepare for the GitHub Advanced Security exam
1192+
Prepare for the GitHub Advanced Security exam
11931193
</a>
11941194
</div>
11951195
<div className={styles.certBadge}>
@@ -1229,7 +1229,7 @@ const GithubBadgesContent = (): React.ReactElement => {
12291229
target="_blank"
12301230
rel="noopener noreferrer"
12311231
>
1232-
Prepare for the GitHub Administration exam
1232+
Prepare for the GitHub Administration exam
12331233
</a>
12341234
</div>
12351235
</motion.div>
@@ -1255,7 +1255,7 @@ const GithubBadgesContent = (): React.ReactElement => {
12551255
target="_blank"
12561256
rel="noopener noreferrer"
12571257
>
1258-
Coming Soon! Join the waitlist now for priority access
1258+
Coming Soon! Join the waitlist now for priority access
12591259
</a>
12601260
</div>
12611261
<div className={styles.certBadge}>

0 commit comments

Comments
 (0)