chore: replace old classNames (#8372)

This commit is contained in:
Aaryan Khandelwal 2025-12-18 13:08:38 +05:30 committed by GitHub
parent 9b90fbf5aa
commit 88f4d8253d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
58 changed files with 66 additions and 68 deletions

View file

@ -124,7 +124,7 @@ export const CustomLinkExtension = Mark.create<LinkOptions, CustomLinkStorage>({
target: "_blank",
rel: "noopener noreferrer nofollow",
class:
"text-accent-secondary underline underline-offset-[3px] hover:text-custom-primary-500 transition-colors cursor-pointer",
"text-accent-secondary underline underline-offset-[3px] hover:text-accent-primary transition-colors cursor-pointer",
},
validate: (url: string) => isValidHttpUrl(url).isValid,
};