michal commited on
Commit
275c777
·
1 Parent(s): aff51a8
Files changed (1) hide show
  1. src/styles.py +2 -0
src/styles.py CHANGED
@@ -108,6 +108,7 @@ get_window_url_params = """
108
  """
109
 
110
  polygon_svg = """
 
111
  <svg width="400px" height="190px" viewBox="0 0 243.6 180.2" xmlns="http://www.w3.org/2000/svg" xml:space="preserve">
112
  <style type="text/css">
113
  .st0{fill:#E52713;} /* Sets the fill color to red */
@@ -133,4 +134,5 @@ polygon_svg = """
133
  <rect x="128" y="116.8" class="st0" width="10.4" height="10.4"></rect>
134
  </g>
135
  </svg>
 
136
  """
 
108
  """
109
 
110
  polygon_svg = """
111
+ <a href="https://example.com" target="_blank">
112
  <svg width="400px" height="190px" viewBox="0 0 243.6 180.2" xmlns="http://www.w3.org/2000/svg" xml:space="preserve">
113
  <style type="text/css">
114
  .st0{fill:#E52713;} /* Sets the fill color to red */
 
134
  <rect x="128" y="116.8" class="st0" width="10.4" height="10.4"></rect>
135
  </g>
136
  </svg>
137
+ </a>
138
  """