Skip to content
Snippets Groups Projects
Commit 1ac54dc9 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#724, #460 - added icon to headline

parent ac61571c
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
<div class="card main-card background-color">
<div class="container">
<div class="section center-align">
<div class="headline">${locale.getString("transactions.recurring.headline")}</div>
<div class="headline"><i class="material-icons">repeat</i> ${locale.getString("transactions.recurring.headline")}</div>
</div>
</div>
......
......@@ -17,7 +17,7 @@
<div class="card main-card background-color">
<div class="container">
<div class="section center-align">
<div class="headline">${locale.getString("menu.transactions.import")}</div>
<div class="headline"><i class="fas fa-file-csv"></i> ${locale.getString("menu.transactions.import")}</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment