diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-13 12:49:04 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-13 12:49:04 +0100 |
commit | 01e32349a9d5b8b628f633f2e3a716d5ecacbb89 (patch) | |
tree | d77009ddb289a1f149c727aef2121b1909d234ab | |
parent | d88d1aee7306598ab9852448b4e258d87882f8f6 (diff) |
Another removed missing bootstrap image
-rw-r--r-- | pyblackbird_cc/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/templates/base.html b/pyblackbird_cc/templates/base.html index ce80ca3..2e52b67 100644 --- a/pyblackbird_cc/templates/base.html +++ b/pyblackbird_cc/templates/base.html @@ -105,7 +105,7 @@ <footer class="pt-4 my-md-5 pt-md-5 border-top"> <div class="row"> <div class="col-12 col-md"> - <img class="mb-2" src="../assets/brand/bootstrap-logo.svg" alt="" width="24" height="19"> + <img class="mb-2" src="#" alt="" width="24" height="19"> <small class="d-block mb-3 text-muted">© 2024</small> </div> <div class="col-6 col-md"> |