1
0
Fork 0

fix: Various website and repo fixes (#243)

- Fixes things in Oath flow, yet needs testing before we close #235
- Updates security notice, closes #240
- Fixes broken links to user profiles, closes #238

Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/243
Co-authored-by: joostdecock <joost@joost.at>
Co-committed-by: joostdecock <joost@joost.at>
This commit is contained in:
joostdecock 2025-04-12 10:42:35 +00:00 committed by Joost De Cock
parent 7f5258d42d
commit c5b0daf390
12 changed files with 175 additions and 363 deletions

View file

@ -201,7 +201,7 @@ export const User = ({ user, Link }) => {
></button>
<div className="tw-w-full tw-flex tw-flex-col tw-gap-1">
<div className="tw-w-full tw-flex tw-flex-row tw-flex-wrap tw-gap-1">
<Link href={`/users/user?id=${user.id}`}>{user.username}</Link>
<Link href={`/users/?id=${user.id}`}>{user.username}</Link>
<KeyVal k="id" val={user.id} />
</div>
<div className="tw-w-full tw-flex tw-flex-row tw-flex-wrap tw-gap-1">