From 2d3e518aed1ca4d2f9c6633f1c98f1cafa7e3832 Mon Sep 17 00:00:00 2001 From: Arnie Date: Wed, 30 Oct 2024 09:30:16 +0100 Subject: [PATCH] Formatting --- app/frontend/src/App.tsx | 2 +- app/frontend/src/views/Dashboard.tsx | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/frontend/src/App.tsx b/app/frontend/src/App.tsx index 6b6ab42..7e96958 100644 --- a/app/frontend/src/App.tsx +++ b/app/frontend/src/App.tsx @@ -1,4 +1,4 @@ -import createCache, { EmotionCache } from "@emotion/cache"; +import createCache from "@emotion/cache"; import { CacheProvider, Global, ThemeProvider, css } from "@emotion/react"; import styled from "@emotion/styled"; import normalizeCss from "normalize.css/normalize.css?inline"; diff --git a/app/frontend/src/views/Dashboard.tsx b/app/frontend/src/views/Dashboard.tsx index 9b1074a..7a425df 100644 --- a/app/frontend/src/views/Dashboard.tsx +++ b/app/frontend/src/views/Dashboard.tsx @@ -43,9 +43,10 @@ const Dashboard: React.FC = () => { -
+
+ {intl.formatMessage({ defaultMessage: "Skills", @@ -57,9 +58,10 @@ const Dashboard: React.FC = () => { -
+
+ {intl.formatMessage({ defaultMessage: "Experience",