Aldonas Esperantan flagon apud ligilarnomoj

Ankaŭ malneprigas mojuskilgon de la unua litero de
ĉiu vorto en nomo. Tio aspektis stulta! :P
This commit is contained in:
Jaidyn Ann 2025-01-11 16:54:47 -06:00
parent 1167198c03
commit 8c9deaa3cc
Signed by: jadedctrl
GPG Key ID: FEF4FCF78B4BF019
5 changed files with 26 additions and 3 deletions

View File

@ -138,9 +138,12 @@ export default function PublicCollections() {
)}
<div className="lg:w-3/4 w-full mx-auto p-5 bg">
<div className="flex items-center justify-between">
<p className="text-4xl font-thin mb-2 capitalize mt-10">
<div>
<img src="/esperanto.png" width="50" className="our-collection-icon" />
<p className="our-collection-name text-4xl font-thin mb-2 capitalize mt-10">
{collection.name}
</p>
</div>
<div className="flex gap-2 items-center mt-8 min-w-fit">
<ToggleDarkMode />

BIN
public/esperanto.fonto.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -0,0 +1,5 @@
La flagoj de Esperanto venas el la bilosignaro Emoji One, kaj fakte estas redaktita flago de tongo 🇹🇴, ĉar ja ne ekzistas jam esperanta bildosigno efektiva!
La tuta signoformaro Emoji One estas sub la permesilo CC BY 4.0.
https://emojione.com/

BIN
public/esperanto.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -289,3 +289,18 @@
.our-vertical-center {
margin-top: 1em;
}
.our-collection-icon {
display: inline;
margin-right: 1em;
margin-top: 0;
}
.our-collection-name {
padding-top: 10px;
display: inline;
}
.capitalize {
text-transform: none;
}