summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-12-07 21:45:35 +0100
committerDaniel Friesel <derf@finalrewind.org>2022-12-07 21:45:35 +0100
commit73dd23e422397aeb4a0538e99b641c250f4e6250 (patch)
tree778753ba65cbf76e3829d940c11b38d0741fda32
parent2f9ba6e0177dbf641c459a7d89528ed561bff6f8 (diff)
changelog: fix mixed up icons
-rw-r--r--templates/changelog.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/changelog.html.ep b/templates/changelog.html.ep
index 0812276..eb48341 100644
--- a/templates/changelog.html.ep
+++ b/templates/changelog.html.ep
@@ -43,12 +43,12 @@
</div>
<div class="col s12 m11 l11">
<p>
- <i class="material-icons left" aria-label="Interne Änderungen">build</i>
+ <i class="material-icons left" aria-label="Interne Änderungen">star</i>
Umstellung der Träwelling-Anbindung auf Träwelling-API v1, da v0
sukzessive abgeschaltet wird. API v1 ist noch nicht stabil.
</p>
<p>
- <i class="material-icons left" aria-label="Interne Änderungen">build</i>
+ <i class="material-icons left" aria-label="Interne Änderungen">star</i>
Nutzung eines internen HAFAS-mgate.exe-Clients anstelle von transport.rest.
</p>
</div>