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:
parent
7f5258d42d
commit
c5b0daf390
12 changed files with 175 additions and 363 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue