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
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 43s
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user