v3: button styling consistency pass

This commit is contained in:
khannurien
2026-03-21 19:41:15 +00:00
parent 5bed03baa5
commit 39a0cc397e
12 changed files with 42 additions and 26 deletions

View File

@@ -326,7 +326,7 @@ export function UserUpvoted() {
<PageError
message={state.error}
actions={
<Link to={`/users/${username}`} className="logout-btn">
<Link to={`/users/${username}`} className="btn-border">
Back to profile
</Link>
}