Skip to content
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
10 changes: 5 additions & 5 deletions src/pages/badges/github-badges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ const GithubBadgesContent = (): React.ReactElement => {
target="_blank"
rel="noopener noreferrer"
>
Prepare for the GitHub Foundations exam
Prepare for the GitHub Foundations exam
</a>
</div>
<div className={styles.certBadge}>
Expand Down Expand Up @@ -1163,7 +1163,7 @@ const GithubBadgesContent = (): React.ReactElement => {
target="_blank"
rel="noopener noreferrer"
>
Prepare for the GitHub Actions exam
Prepare for the GitHub Actions exam
</a>
</div>
</motion.div>
Expand All @@ -1189,7 +1189,7 @@ const GithubBadgesContent = (): React.ReactElement => {
target="_blank"
rel="noopener noreferrer"
>
Prepare for the GitHub Advanced Security exam
Prepare for the GitHub Advanced Security exam
</a>
</div>
<div className={styles.certBadge}>
Expand Down Expand Up @@ -1229,7 +1229,7 @@ const GithubBadgesContent = (): React.ReactElement => {
target="_blank"
rel="noopener noreferrer"
>
Prepare for the GitHub Administration exam
Prepare for the GitHub Administration exam
</a>
</div>
</motion.div>
Expand All @@ -1255,7 +1255,7 @@ const GithubBadgesContent = (): React.ReactElement => {
target="_blank"
rel="noopener noreferrer"
>
Coming Soon! Join the waitlist now for priority access
Coming Soon! Join the waitlist now for priority access
</a>
</div>
<div className={styles.certBadge}>
Expand Down
Loading