Skip to content

Commit b4c1fb3

Browse files
committed
chore: update NewsChannel for v0.12
1 parent 76f14e4 commit b4c1fb3

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/app/[language]/(home)/components/NewsChannel.tsx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,18 @@ export function NewsChannel() {
2828
<IconSpeakerphone size={20} stroke={1.5} />
2929
<div className="text-sm text-fd-foreground">
3030
<Link
31-
href="https://github.com/marketplace/actions/yamlresume"
31+
href={getLocalizedUrl('/blog/v0.12', language)}
3232
className="underline font-semibold"
33-
target="_blank"
34-
rel="noopener noreferrer"
3533
>
36-
YAMLResume GitHub Action
34+
YAMLResume v0.12
3735
</Link>{' '}
38-
is officially released! Automate your resume builds directly in your
39-
CI/CD pipelines. Check out the{' '}
36+
is here! New Jake's Resume template, Indonesian language support,
37+
year-only dates, and line spacing customization. Check out the{' '}
4038
<Link
41-
href={getLocalizedUrl('/blog/yamlresume-action', language)}
39+
href={getLocalizedUrl('/blog/v0.12', language)}
4240
className="underline"
4341
>
44-
blog post
42+
release notes
4543
</Link>{' '}
4644
for more details.
4745
</div>

0 commit comments

Comments
 (0)