This commit is contained in:
BlossomiShymae
2024-05-02 21:09:50 -05:00
parent 1b059ac9cd
commit ba2a47f467
3 changed files with 8 additions and 2 deletions

View File

@@ -5,7 +5,10 @@
<div class="background background-transparent background-blur-2"></div>
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light border-bottom border-light border-opacity-25 border-2 box-shadow">
<div class="container">
<NuxtLink class="navbar-brand fw-light" to="/" ><TheTitle /></NuxtLink>
<NuxtLink class="navbar-brand fw-light" to="/" >
<img class="me-1" src="/favicon.png" width="24" height="24"/>
<TheTitle />
</NuxtLink>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>

View File

@@ -2,7 +2,10 @@
<div>
<div class="d-flex flex-column justify-content-center align-items-center gap-2" style="margin-top: 25%;">
<div class="d-flex flex-column justify-content-center align-items-center">
<h1 class="display-4"><TheTitle /></h1>
<h1 class="display-4">
<img class="me-4" src="/favicon.png"/>
<TheTitle />
</h1>
<p>Your local League of Legends companion index.</p>
</div>
</div>

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB