We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7c10d commit e1ab94fCopy full SHA for e1ab94f
includes/header-notification.html
@@ -39,7 +39,7 @@
39
<!-- END ONEOFF EARLY ACCESS NOTICE -->
40
41
{% if translation_notification_type %}
42
- <div class="header-notifications text-center f5 color-bg-info-inverse color-text-primary py-4 px-6 translation_notice{% if release_notification_type %} border-bottom color-border-tertiary{% endif %}">
+ <div class="header-notifications text-center f5 color-bg-info color-text-primary py-4 px-6 translation_notice{% if release_notification_type %} border-bottom color-border-tertiary{% endif %}">
43
{{ translation_notification }}
44
</div>
45
{% endif %}
0 commit comments