feat: notifications link to relevant pages when available.
This commit is contained in:
parent
75abbb3d51
commit
3081adc945
12 changed files with 59 additions and 12 deletions
|
|
@ -354,6 +354,7 @@ export async function POST({ params, request }) {
|
|||
'RUG_PULL',
|
||||
'Coin rugpulled!',
|
||||
`A coin you owned, ${coinData.name} (*${normalizedSymbol}), crashed ${Math.abs(priceImpact).toFixed(1)}%!`,
|
||||
`/coin/${normalizedSymbol}`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue