Skip to content

Commit 978aec5

Browse files
committed
replace Help needed label image with text
the image breaks the layout on the official blog post
1 parent 6dc902d commit 978aec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/updates.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Rust project is currently working towards a [slate of {{goal_count}} project
3333
{{#each help_wanted}}
3434

3535
<!-- markdown separator -->
36-
![Help wanted](https://img.shields.io/badge/Help%20wanted-yellow) {{{text}}}
36+
*Help wanted:* {{{text}}}
3737
<!-- markdown separator -->
3838

3939
{{/each}}

0 commit comments

Comments
 (0)