Biocoder09 commited on
Commit
0cb30d3
·
verified ·
1 Parent(s): 1a7c034

Update templates/about.html

Browse files
Files changed (1) hide show
  1. templates/about.html +1 -1
templates/about.html CHANGED
@@ -17,7 +17,7 @@
17
  </div>
18
 
19
  <div class="about-image">
20
- <img src="{{ url_for('static', filename='images/cell_diagram.png') }}"
21
  alt="Eukaryotic cell diagram showing organelles">
22
  </div>
23
 
 
17
  </div>
18
 
19
  <div class="about-image">
20
+ <img src="{{ url_for('static', filename=cell_diagram.png') }}"
21
  alt="Eukaryotic cell diagram showing organelles">
22
  </div>
23