From 220d6a1f83f3d9a9a24747060f62619dfbd1d3a1 Mon Sep 17 00:00:00 2001
From: thisfro
Date: Wed, 26 Jan 2022 12:50:08 +0100
Subject: [PATCH] Add icon for distance
---
templates/app/offer.html.twig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/app/offer.html.twig b/templates/app/offer.html.twig
index 4ab799c..2507c45 100644
--- a/templates/app/offer.html.twig
+++ b/templates/app/offer.html.twig
@@ -41,10 +41,10 @@
{{ offer.zipCode }}
- {% if distance > 0 %}
- (ca. {{ distance }} km)
- {% endif %}
+ {% if distance > 0 %}
+ ca. {{ distance }} km
+ {% endif %}
Description
{{ offer.description }}