Skip to content

Commit 7e35ff5

Browse files
authored
fix(config): move heart emoji before "New Contributors" heading (#1527)
This aligns with how the other headers have emojis before the text.
1 parent 39d51b9 commit 7e35ff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ body = """
5151
{% endfor -%}
5252
{%- if github -%}
5353
{% if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 %}
54-
## New Contributors ❤️
54+
## ❤️ New Contributors
5555
{% endif %}\
5656
{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
5757
* @{{ contributor.username }} made their first contribution

0 commit comments

Comments
 (0)