upgrade the project

This commit is contained in:
PrinOrange
2024-04-03 22:08:27 +08:00
parent a615511139
commit ea3597d62f
313 changed files with 10677 additions and 7069 deletions

View File

@@ -61,9 +61,9 @@ export const Footer = () => {
text={RSSFeedURL}
>
<Button
type="submit"
size="sm"
className={`ml-3 my-auto ${isCopied && "bg-green-500 hover:bg-green-500"}`}
size="sm"
type="submit"
>
<span className="sr-only">{"Copy"}</span>
{isCopied ? <FaCheck className="h-4 w-4" /> : <FaCopy className="h-4 w-4" />}