Skip to content

Commit e486a1e

Browse files
committed
image fix
1 parent b94dccb commit e486a1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from app import app
1+
from app import app

templates/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ <h3>Thanks to all of the people who helped us this year!</h3>
435435
</div>
436436
<div class="col-md-3 col-sm-6">
437437
<a href="https://www.college.columbia.edu/alumni/">
438-
<img src="https://pbs.twimg.com/profile_images/877164958533996545/-71PJ6Iw_400x400.jpg" class="img-responsive img-centered" width="140" alt="">
438+
<img src="https://pbs.twimg.com/profile_images/378800000642050417/3be1d97a0a37d68ada96b775486b5fab_400x400.png" class="img-responsive img-centered" width="140" alt="">
439439
</a>
440440
</div>
441441
</div>
@@ -631,4 +631,4 @@ <h3>Thanks to all of the people who helped us this year!</h3>
631631
</aside>
632632
</section>
633633

634-
{% endblock %}
634+
{% endblock %}

0 commit comments

Comments
 (0)