Skip to content

Commit

Permalink
feat: change GivethNotificationTypes seed
Browse files Browse the repository at this point in the history
  • Loading branch information
Reshzera committed Jul 22, 2024
1 parent 1a469c7 commit b530e65
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions migrations/1660716115917-seedNotificationType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -770,29 +770,20 @@ export const GivethNotificationTypes = {
htmlTemplate: [
{
type: 'p',
content: 'Your GIVback ',
content: 'You have ',
},
{
type: 'b',
content: '$amount',
},
{
type: 'p',
content: ' GIV is ready to claim! ',
},
{ type: 'br' },
{
type: 'a',
content: 'Click here',
content: 'GIVbacks',
href: '/givbacks',
},
{
type: 'p',
content: ' to take a shortcut.',
content: ' waiting to be claimed!',
},
],
content:

Check failure on line 785 in migrations/1660716115917-seedNotificationType.ts

View workflow job for this annotation

GitHub Actions / test

Delete `⏎·····`
'Your GIVback {amount} GIV is ready to claim! \n[Click here] to take a shortcut.',
'You have GIVbacks waiting to be claimed!',
},
PROJECT_EDITED: {
name: 'Project edited',
Expand Down

0 comments on commit b530e65

Please sign in to comment.