Skip to content

Commit f6fa3dc

Browse files
committed
Fixed bug where "Coming Soon" image was not loading
1 parent 5662bc5 commit f6fa3dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

music.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2 class="title">Featured Posts</h2>
8585
<div class="carousel-inner">
8686
<div class="carousel-item active">
8787
<a href="hhttp://smalldevtalk.tumblr.com/music">
88-
<img src="https://dl.dropboxusercontent.com/s/byl1vnjkpqg3odx/COMING_SOON.jpg" class="d-block w-100" alt="D'clic" style=" width:100%; height: 400px !important;">
88+
<img src="https://github.com/ASully/Small-Dev-Talk/blob/master/images/COMING_SOON.jpg?raw=true" class="d-block w-100" alt="Coming Soon" style=" width:100%; height: 400px !important;">
8989
<div class="carousel-caption d-none d-md-block" style="text-shadow: 0 0 3px #000000;">
9090
<h5>COMING SOON</h5>
9191
<p>COMING SOON</p>
@@ -100,7 +100,7 @@ <h5>COMING SOON</h5>
100100
<div class="post">
101101
<div class="l">
102102
<a href="http://smalldevtalk.tumblr.com/music">
103-
<img src="https://dl.dropboxusercontent.com/s/byl1vnjkpqg3odx/COMING_SOON.jpg" width="134" />
103+
<img src="https://github.com/ASully/Small-Dev-Talk/blob/master/images/COMING_SOON.jpg?raw=true" width="134" />
104104
</a>
105105
</div>
106106
<div class="r">

0 commit comments

Comments
 (0)