Skip to content

Commit

Permalink
Merge pull request #8178 from cfpb/ans_covid_lang
Browse files Browse the repository at this point in the history
Sublanding page: Fix issue where language links weren't flush with top
  • Loading branch information
anselmbradford committed Mar 1, 2024
2 parents c5c1812 + 62a6426 commit 2bbd50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgov/v1/jinja2/v1/sublanding-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{% block content_main %}
{% if page.has_hero -%}
{% import 'v1/includes/molecules/translation-links.html' as translation_links with context %}
{{ translation_links.render() }}
{{ translation_links.render(modifier_classes='block__flush-top') }}
{%- endif %}

{% for block in page.content -%}
Expand Down

0 comments on commit 2bbd50c

Please sign in to comment.