v3: tracked down many visual inconsistencies, added two new themes
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 43s

This commit is contained in:
khannurien
2026-06-27 14:28:33 +00:00
parent 01940e14be
commit 96c41f01da
11 changed files with 1299 additions and 359 deletions

View File

@@ -1131,6 +1131,20 @@ export function UserPublicProfile() {
>
Brutalist
</button>
<button
type="button"
className={style === "geocities" ? "active" : ""}
onClick={() => setStyle("geocities")}
>
GeoCities
</button>
<button
type="button"
className={style === "nyt" ? "active" : ""}
onClick={() => setStyle("nyt")}
>
Times
</button>
</div>
</div>
<div className="profile-appearance-row">