diff options
author | gunturkunhakan | 2021-06-06 03:19:21 -0500 |
---|---|---|
committer | gunturkunhakan | 2021-06-06 03:19:21 -0500 |
commit | 47320c547f1a96bd262f38b07f9de0bc05e8779c (patch) | |
tree | fbab87039a0e79c011ed25dc09676f8492d4bb6e /templates/layout.html | |
parent | 0f25bb35ac3467418aa17fcccf37e704e3eb8934 (diff) | |
download | genecup-47320c547f1a96bd262f38b07f9de0bc05e8779c.tar.gz |
changes in custom ontology and search
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> |