diff options
Diffstat (limited to 'templates/header.html')
| -rw-r--r-- | templates/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.html b/templates/header.html index 6e439da..dfdb0b4 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,6 +1,6 @@ <div class="w-full py-2 space-x-4 flex flex-row items-center"> <a href="/"> - <img src="static/img/logo.png" alt="BOT" width="64"> + <img src="/static/img/logo.png" alt="BOT" width="64"> </a> <a href="/">home</a> |
