💬 fix capital letter in Quotes

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-05-10 11:15:33 +02:00
parent b8311cd1f3
commit 22901e533d
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -5,7 +5,7 @@ const today = new Date();
--- ---
<SectionContainer> <SectionContainer>
<main class="flex flex-col gap-4 mt-4"> <main class="flex flex-col gap-4 mt-4">
<h1 class="text-3xl font-extrabold">💬 quotes</h1> <h1 class="text-3xl font-extrabold">💬 Quotes</h1>
<section> <section>
<ul> <ul>
{ {