diff --git a/static/images/screenshot_small.png b/static/images/screenshot_small.png index ed32c6f..cee6046 100644 Binary files a/static/images/screenshot_small.png and b/static/images/screenshot_small.png differ diff --git a/static/images/screenshot_small.xcf b/static/images/screenshot_small.xcf index 31ccd8b..7c1a10f 100644 Binary files a/static/images/screenshot_small.xcf and b/static/images/screenshot_small.xcf differ diff --git a/view/Front_page.py b/view/Front_page.py index bc184b5..7c35df4 100644 --- a/view/Front_page.py +++ b/view/Front_page.py @@ -17,7 +17,7 @@ class Front_page( Product_page ): Div( A( Img( src = u"/static/images/screenshot_small.png", width = u"400", height = u"308" ), - href = u"/download", + href = u"/tour", ), class_ = u"front_screenshot", ),