Skip to content

Commit

Permalink
[#1979] Clean up after review
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Jan 30, 2024
1 parent 5adbb6e commit 9ab9659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/open_inwoner/scss/components/Card/Card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
color: var(--color-black);
font-family: var(--font-family-heading);
font-size: var(--font-size-heading-card);
line-height: var(--font-line-height-body-medium);
line-height: var(--font-line-height-body);
margin: 0;
}

Expand Down
2 changes: 1 addition & 1 deletion src/open_inwoner/templates/pages/cases/list_inner.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 class="card__heading">{{ case.naam }}</h2>
</span>
{% endrender_list %}
<span class="link link--icon link--secondary">
<span class="link__text">{% trans "Voltooi aanvraag" %}</span>
<span class="link__text">{% trans "Aanvraag afronden" %}</span>
{% icon icon="arrow_forward" icon_position="after" primary=True outlined=True %}
</span>
</a>
Expand Down

0 comments on commit 9ab9659

Please sign in to comment.