From b93e4957b497919d1edb1fc2842f90554a153d45 Mon Sep 17 00:00:00 2001 From: Face <69168154+face-hh@users.noreply.github.com> Date: Tue, 15 Jul 2025 18:21:26 +0300 Subject: [PATCH] Update website/src/routes/api/prestige/+server.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- website/src/routes/api/prestige/+server.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/src/routes/api/prestige/+server.ts b/website/src/routes/api/prestige/+server.ts index 81dbe5d..cb3e018 100644 --- a/website/src/routes/api/prestige/+server.ts +++ b/website/src/routes/api/prestige/+server.ts @@ -93,7 +93,8 @@ export const POST: RequestHandler = async ({ request, locals }) => { userId: userId, type: 'SYSTEM', title: `${prestigeName} Achieved!`, - message: `Congratulations! You have successfully reached ${prestigeName}. Your portfolio has been reset, daily reward cooldown has been cleared, and you can now start fresh with your new prestige badge and enhanced daily rewards.` + message: `Congratulations! You have successfully reached ${prestigeName}. Your portfolio has been reset, daily reward cooldown has been cleared, and you can now start fresh with your new prestige badge and enhanced daily rewards.`, + link: `/user/${userId}` }); return json({