diff --git a/src/common/components/atoms/about.tsx b/src/common/components/atoms/about.tsx index 64e18c5..bfe2f69 100644 --- a/src/common/components/atoms/about.tsx +++ b/src/common/components/atoms/about.tsx @@ -35,7 +35,7 @@ export const About = () => { className="link" href="https://www.linkedin.com/in/sytabaresa" > - @sytabares + @syta
A product of diff --git a/src/common/components/atoms/icons/index.tsx b/src/common/components/atoms/icons/index.tsx index 492fe6c..bfcb93c 100644 --- a/src/common/components/atoms/icons/index.tsx +++ b/src/common/components/atoms/icons/index.tsx @@ -14,19 +14,23 @@ const IconGen = (meta: Record) => (props: IconProps) => { export const TestIcon = IconGen({ alt: "arc-icon", src: "" }) export function GoogleIcon(props) { - return - + return + + + + + } + + export function MicrosoftIcon(props) { return - - - - + + + + } diff --git a/src/common/components/atoms/langMenu.tsx b/src/common/components/atoms/langMenu.tsx index fc0ce52..b9def14 100644 --- a/src/common/components/atoms/langMenu.tsx +++ b/src/common/components/atoms/langMenu.tsx @@ -11,9 +11,9 @@ export const LangMenu = (props: HTMLAttributes) => { // console.log("lang", locales, lang) - return
+ return
{t.common.lang()}: - +
    {locales.map((item, i) => diff --git a/src/common/components/atoms/smithButton.tsx b/src/common/components/atoms/smithButton.tsx index 098f053..2201178 100644 --- a/src/common/components/atoms/smithButton.tsx +++ b/src/common/components/atoms/smithButton.tsx @@ -8,7 +8,7 @@ const SmithButton = () => { const { t } = useTranslation(); return
} > - -
-
- sr smith logo -

SR Smith

-
-
- setIsLogin(true)} - > - {t.login.login()} - - setIsLogin(false)} - > - {t.login.sign_up()} - +
+
+ sr smith logo +

SR Smith

-
- {isLogin ? ( - - ) : ( - - )} +
+
+

{t.login.login()}:

+ + + +
+ {/*
+
*/} +
+ +
+
- + }; \ No newline at end of file diff --git a/src/pages/saved.page.tsx b/src/pages/saved.page.tsx index e81b64a..03b4f8d 100644 --- a/src/pages/saved.page.tsx +++ b/src/pages/saved.page.tsx @@ -9,7 +9,6 @@ import { ProjectList } from "@components/molecules/projectList"; // custom elements import "@core/elements" - import '@styles/jsxgraph.css'; export { Saved as Page }