Skip to content

Commit e427607

Browse files
committed
fix: resolve agentic ai cert layout and copy inconsistencies
1 parent 8c5770d commit e427607

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

src/pages/badges/github-badges.tsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,8 @@ const GithubBadgesContent = (): React.ReactElement => {
7676
description="Complete guide to GitHub achievements and badges. Learn how to unlock and showcase your GitHub contributions with the recode hive community."
7777
>
7878
<div
79-
className={`${styles["github-badges-page"]} transition-colors duration-300 ${
80-
isDark ? "dark-bg-primary dark-text-primary" : "bg-white text-black"
81-
}`}
79+
className={`${styles["github-badges-page"]} transition-colors duration-300 ${isDark ? "dark-bg-primary dark-text-primary" : "bg-white text-black"
80+
}`}
8281
>
8382
{/* Hero section */}
8483
<Head>
@@ -1330,13 +1329,13 @@ const GithubBadgesContent = (): React.ReactElement => {
13301329
>
13311330
<div className={styles.certBadge}>
13321331
<img
1333-
src="https://images.ctfassets.net/wfutmusr1t3h/KdVTNopvz0GZy60xzXCq0/86148a36ddf27ea1d22226f0113b8711/admin-river-image__1_.png?w=1280&q=75"
1334-
alt="GitHub Agents Badge"
1332+
src="/img/agentic-badge.png"
1333+
alt="GitHub Agentic AI Developer Badge"
13351334
style={{ borderRadius: "50px" }}
13361335
/>
13371336
</div>
13381337
<div className={styles.cardContent}>
1339-
<h2>GitHub Agents</h2>
1338+
<h2>GitHub Agentic AI Developer</h2>
13401339
<p>
13411340
The GitHub Certified: Agentic AI Developer certification validates your expertise in creating intelligent automated workflows, building AI-powered agents, and extending GitHub's capabilities.
13421341
</p>
@@ -1346,7 +1345,7 @@ const GithubBadgesContent = (): React.ReactElement => {
13461345
target="_blank"
13471346
rel="noopener noreferrer"
13481347
>
1349-
Prepare for the GitHub Agents exam
1348+
Prepare for the GitHub Agentic AI Developer exam
13501349
</a>
13511350
</div>
13521351
</motion.div>

0 commit comments

Comments
 (0)