Files
newsletter-hackernews/components/emails/helpers/sayings.ts
2024-01-25 18:12:37 +01:00

14 lines
325 B
TypeScript

export const sayings = [
'hot off the press',
'straight from the oven',
"straight from the horse's mouth",
'brand spanking new',
'fresh as a daisy',
'straight out of the box',
'straight off the assembly line',
'hot out of the kitchen',
'just minted',
'freshly brewed',
'just off the production line'
];