File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
src/app/[language]/(home)/components Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments