From a82613eea0119befcda040ac9bcb02bc704cbeb0 Mon Sep 17 00:00:00 2001 From: Glen Cooper Date: Wed, 24 Apr 2024 00:36:07 +0000 Subject: [PATCH] fix typo: Coffie -> Coffee --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index fe9e0579..1353d95a 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -318,7 +318,7 @@ export const defaultZap = { "amount": 42, "message": "Onward 🫡" }; export const defaultZapOptions = [ { emoji: '👍', amount: 21, message: 'Great post 👍' }, { emoji: '🚀', amount: 420, message: 'Let\'s go 🚀' }, - { emoji: '☕', amount: 1_000, message: 'Coffie on me ☕' }, + { emoji: '☕', amount: 1_000, message: 'Coffee on me ☕' }, { emoji: '🍻', amount: 5_000, message: 'Cheers 🍻' }, { emoji: '🍷', amount: 10_000, message: 'Party time 🍷' }, { emoji: '👑', amount: 100_000, message: 'Generational wealth 👑' },