diff options
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index 00674af..20dbcbe 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -18,7 +18,7 @@ <!-- Navigation bar --> <nav class="navbar navbar-expand-lg navbar-dark bg-dark"> <div class="col-1"> - <div class='img'><img src="/static/white_logo.png" class="img-fluid", style="width:60%"></div> + <a href="/"><div class='img'><img src="/static/white_logo.png" class="img-fluid", style="width:60%"></div></a> </div> <a class="navbar-brand" href="/">GeneCup</a> |