commit 71a7b3fef78b9207c4e22d362a3dbbe06d912338 parent c4ab4074aa0383c99bf50bbb7193d1880d15a1be Author: shivam kohli <kohlishivam5522@gmail.com> Date: Tue, 7 Aug 2018 19:41:05 +0530 typo Diffstat:
| M | gsoc-codeless.html.j2 | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gsoc-codeless.html.j2 b/gsoc-codeless.html.j2 @@ -136,11 +136,11 @@ <h2 id="documentation">{{ _("Screenshots") }}</h2> <div class="col-lg-4"> <h3>Home page</h3> - <img src="{{ url('images/home') }}" height="240" align="middle"> + <img src="{{ url('images/home.png') }}" height="240" align="middle"> </div> <div class="col-lg-4"> <h3>Product page</h3> - <img src="{{ url('images/product') }}" height="240" align="middle"> + <img src="{{ url('images/product.png') }}" height="240" align="middle"> </div> </div> </div>