Skip to content

Commit

Permalink
fix: update copy text
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 6, 2023
1 parent e9aea82 commit 4e741b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import Image from "next/image";
import { useSearchParams } from "next/navigation";
import { useRouter } from "next/router";
import { useEffect, useState } from "react";
import { TypeAnimation } from "react-type-animation";
import { useLocalStorage } from "react-use";
import { useToast } from "~/hooks/use-toast";
import Sentence from "../components/Sentence";
import SquigglyLines from "../components/SquigglyLines";
import { useSummarize } from "~/hooks/useSummarize";
import { CHECKOUT_URL } from "~/utils/constants";
import { CHECKOUT_URL, RATE_LIMIT_COUNT } from "~/utils/constants";
import { extractTimestamp } from "~/utils/extractTimestamp";
import { TypeAnimation } from "react-type-animation";
import Sentence from "../components/Sentence";
import SquigglyLines from "../components/SquigglyLines";

let isSecureContext = false;

Expand Down Expand Up @@ -207,7 +207,7 @@ export const Home: NextPage = () => {
<span className="text-sky-400 hover:text-sky-600">
请使用自己的 API Key
</span>
终于,支持
每天免费 {RATE_LIMIT_COUNT} 次哦,支持
<a
className="text-pink-400 hover:underline"
href={CHECKOUT_URL}
Expand Down

1 comment on commit 4e741b7

@vercel
Copy link

@vercel vercel bot commented on 4e741b7 Mar 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.