🐛 fix footer bug in books-log
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
b9dd7b5892
commit
eff412247f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ function getEmojiStars(rating:any) {
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
<SectionContainer>
|
<SectionContainer>
|
||||||
<main class="flex flex-col h-screen gap-4 mt-4">
|
<main class="flex flex-col gap-4 mt-4">
|
||||||
<h1 class="text-3xl font-extrabold">📚 ¿Dónde está la biblioteca?</h1>
|
<h1 class="text-3xl font-extrabold">📚 ¿Dónde está la biblioteca?</h1>
|
||||||
<h2 class="text-xl font-semibold">2023 - Currently Reading:</h2>
|
<h2 class="text-xl font-semibold">2023 - Currently Reading:</h2>
|
||||||
<p>📖 The Summit Of The Gods: Vol.1</p>
|
<p>📖 The Summit Of The Gods: Vol.1</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue