summaryrefslogtreecommitdiff
path: root/lib/partials.php
diff options
context:
space:
mode:
authormoderndevslulw <moderndevslulw@alright.party>2025-07-06 04:10:38 +0500
committermoderndevslulw <moderndevslulw@alright.party>2025-07-06 04:10:38 +0500
commit0a007696834656a48b6de0b14b576719f2e1a233 (patch)
treec3a9bf0a40da66962275f72424ad6e0000ee149b /lib/partials.php
parent65ef7bc6c9a18e7421468d0853d0c67369c01f97 (diff)
feat: assets
Diffstat (limited to 'lib/partials.php')
-rw-r--r--lib/partials.php6
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>