File tree Expand file tree Collapse file tree 1 file changed +8
-17
lines changed
src/app/[language]/(home)/components Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -27,27 +27,18 @@ export function NewsChannel() {
2727 < div className = "flex items-center gap-2 py-3" >
2828 < IconSpeakerphone size = { 20 } stroke = { 1.5 } />
2929 < div className = "text-sm text-fd-foreground" >
30- YAMLResume v0.11 is released with the new{ ' ' }
31- < Link href = "/playground" className = "underline" >
32- Playground
33- </ Link > { ' ' }
34- package, Doctor command, and{ ' ' }
3530 < Link
36- href = { getLocalizedUrl ( '/docs/locale/japanese' , language ) }
37- className = "underline"
38- >
39- Japanese
40- </ Link >
41- /
42- < Link
43- href = { getLocalizedUrl ( '/docs/locale/german' , language ) }
44- className = "underline"
31+ href = "https://github.com/marketplace/actions/yamlresume"
32+ className = "underline font-semibold"
33+ target = "_blank"
34+ rel = "noopener noreferrer"
4535 >
46- German
36+ YAMLResume GitHub Action
4737 </ Link > { ' ' }
48- support. Check out the{ ' ' }
38+ is officially released! Automate your resume builds directly in your
39+ CI/CD pipelines. Check out the{ ' ' }
4940 < Link
50- href = { getLocalizedUrl ( '/blog/v0.11 ' , language ) }
41+ href = { getLocalizedUrl ( '/blog/yamlresume-action ' , language ) }
5142 className = "underline"
5243 >
5344 blog post
You can’t perform that action at this time.
0 commit comments