mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-02-28 16:01:00 +01:00
chore: migrate from ESLint/Prettier to Oxc
This commit is contained in:
@@ -8,7 +8,7 @@ export const AboutDescription: React.FC<AboutDescriptionProps> = () => {
|
||||
const t = useTranslations()
|
||||
|
||||
return (
|
||||
<div className="dark:text-gray-lighter my-6 max-w-md text-center text-black">
|
||||
<div className="my-6 max-w-md text-center text-black dark:text-gray-lighter">
|
||||
<Typography as="p" variant="text1" className="my-6">
|
||||
{t.rich("home.about.description", {
|
||||
strong: (children) => {
|
||||
|
||||
Reference in New Issue
Block a user