diff --git a/.prettierrc b/.prettierrc index faa43c9..68cd27f 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/prettierrc", - "tabWidth": 2, + "tabWidth": 4, "printWidth": 120, "trailingComma": "es5", "endOfLine": "auto" diff --git a/src/App.jsx b/src/App.jsx index 0141977..cd4561e 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -11,49 +11,49 @@ const Projects = React.lazy(() => import("./pages/Projects")); const Resume = React.lazy(() => import("./pages/Resume")); const App = () => { - const { t } = useTranslation(); + const { t } = useTranslation(); - return ( - -
-

{t("global.loading")}

-
- - } - > - - + return ( + +
+

{t("global.loading")}

+
+ + } + > + + -
- - } /> - } /> - } /> - -
-

{t("pages.not_found.heading")}

-

- - -  {t("pages.not_found.homepage_link_text")} - -

-
- - } - /> -
-
+
+ + } /> + } /> + } /> + +
+

{t("pages.not_found.heading")}

+

+ + +  {t("pages.not_found.homepage_link_text")} + +

+
+ + } + /> +
+
-