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

@ -118,7 +118,7 @@ export const Stats = ({ Link = false }) => {
<ol className="tw-list tw-list-inside tw-list-decimal tw-ml-4">
{stats.topUsers.map((u) => (
<li key={u.id}>
<Link href={`/users/user?id=${u.id}`} className={linkClasses}>
<Link href={`/users/?id=${u.id}`} className={linkClasses}>
{u.username}
</Link>
: {formatNumber(u.calls)}