saattrupdan commited on
Commit
e573002
·
1 Parent(s): 35c31a2

fix: Finish svg tag on same line

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -46,8 +46,7 @@ Venlig hilsen,
46
  ICON = """
47
  <svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 24 24"
48
  fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
49
- stroke-linejoin="round" style="display: inline;"
50
- >
51
  <path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
52
  <polyline points="17 8 12 3 7 8"/>
53
  <line x1="12" y1="3" x2="12" y2="15"/>
 
46
  ICON = """
47
  <svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 24 24"
48
  fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
49
+ stroke-linejoin="round" style="display: inline;">
 
50
  <path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
51
  <polyline points="17 8 12 3 7 8"/>
52
  <line x1="12" y1="3" x2="12" y2="15"/>