diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/partials.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/partials.php b/lib/partials.php index f957cb5..2e2df78 100644 --- a/lib/partials.php +++ b/lib/partials.php @@ -7,7 +7,7 @@ function html_navigation_bar() <header class="gap-32"> <section class="row"> <a href="/"> - <h1><img src="/static/img/brand/big.webp" alt="The Tinybot Project"></h1> + <h1><img src="/static/img/brand/project_icon.webp" alt="The Tinybot Project" width="64"></h1> </a> </section> <section class="row gap-16"> @@ -27,8 +27,8 @@ function html_big_footer() <footer class="big"> <div class="w-50 column gap-8"> <section class="row gap-8 align-center"> - <img src="/static/img/brand/icon.webp" alt=""> - <h1>The Tinybot Project</h1> + <img src="/static/img/brand/project_icon.webp" alt="" height="82"> + <h1>Project<br>Tinybot</h1> </section> <p>Maintained by someone</p> </div> |
