From 67b5eed72356d5b11218258d695122e6ca298e65 Mon Sep 17 00:00:00 2001 From: Alexander Alemayhu Date: Sun, 30 Jun 2024 13:20:18 +0200 Subject: [PATCH] feat: use usd --- src/lib/misc/getLimitMessage.tsx | 2 +- src/lib/misc/isLimitError.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/misc/getLimitMessage.tsx b/src/lib/misc/getLimitMessage.tsx index 1e46049a..9cba19c8 100644 --- a/src/lib/misc/getLimitMessage.tsx +++ b/src/lib/misc/getLimitMessage.tsx @@ -18,7 +18,7 @@ export const getLimitMessage = () => > Subscribe {' '} - for only 2 EUR per month to remove all the limits. + for only $2 per month to remove all the limits.
  • diff --git a/src/lib/misc/isLimitError.test.ts b/src/lib/misc/isLimitError.test.ts index db392b6b..0a84ef18 100644 --- a/src/lib/misc/isLimitError.test.ts +++ b/src/lib/misc/isLimitError.test.ts @@ -1,6 +1,6 @@ import { isLimitError } from './isLimitError'; -const MOCK_MSG = "

    Your request has hit the limit

    • Split your request into multiple smaller ones (i.e.) make your upload size smaller.
    • Subscribe for only 2 EUR per month to remove all the limits.
    • Or Become a patron to support me.

    If you already have an account, please login and try again. If you are still experiencing issues, please contact support@2anki.net.

    "; +const MOCK_MSG = "

    Your request has hit the limit

    • Split your request into multiple smaller ones (i.e.) make your upload size smaller.
    • Subscribe for only $2 per month to remove all the limits.
    • Or Become a patron to support me.

    If you already have an account, please login and try again. If you are still experiencing issues, please contact support@2anki.net.

    "; describe('isLimitError', () => { it('returns true ', () => {