diff --git a/bun.lockb b/bun.lockb index 0d5e34d..ff70e9c 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 517c622..1530ce9 100644 --- a/package.json +++ b/package.json @@ -22,11 +22,11 @@ "@emotion/styled": "^11.13.5", "@hookform/resolvers": "^3.9.1", "@jest/globals": "^29.7.0", - "@mui/icons-material": "^6.1.9", - "@mui/material": "^6.1.9", - "@mui/material-nextjs": "^6.1.9", - "@mui/utils": "^6.1.9", - "@mui/x-data-grid": "^7.23.0", + "@mui/icons-material": "^7.0.0-rc.0", + "@mui/material": "^7.0.0-rc.0", + "@mui/material-nextjs": "^7.0.0-rc.0", + "@mui/utils": "^7.0.0-rc.0", + "@mui/x-data-grid": "^8.0.0-beta.3", "@reduxjs/toolkit": "^2.4.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.0", diff --git a/src/app/[locale]/(home)/page.tsx b/src/app/[locale]/(home)/page.tsx index 928aa8c..6958bbe 100644 --- a/src/app/[locale]/(home)/page.tsx +++ b/src/app/[locale]/(home)/page.tsx @@ -3,7 +3,6 @@ import { JobDetailsCard } from "@/components/job-details-card/job-details-card"; import { Location } from "@/components/location-card/location-card"; import { SocialLinks } from "@/components/social-links"; import { TechnologyList } from "@/components/technology-list"; -import { TitleWithColor } from "@/components/title-with-color"; import { LocationOn } from "@mui/icons-material"; import { Divider, Stack, Typography } from "@mui/material"; import type { Metadata } from "next"; @@ -70,7 +69,10 @@ export default async function Page(props: { >

{t("presentation.title")}
- Revolution. + + Revolution + + .

👋

diff --git a/src/app/[locale]/(home)/projects/page.tsx b/src/app/[locale]/(home)/projects/page.tsx index 75fde06..51b5c90 100644 --- a/src/app/[locale]/(home)/projects/page.tsx +++ b/src/app/[locale]/(home)/projects/page.tsx @@ -114,7 +114,7 @@ export default async function ProjectsPage(props: { {repo.language} - + - + > = ({ alignItems="center" sx={{ padding: 2 }} > - + {position} diff --git a/src/components/title-with-color.tsx b/src/components/title-with-color.tsx deleted file mode 100644 index 9287822..0000000 --- a/src/components/title-with-color.tsx +++ /dev/null @@ -1,19 +0,0 @@ -"use client"; -import { useTheme } from "@mui/material/styles"; -import type { PropsWithChildren } from "react"; - -export const TitleWithColor = ({ children, ...props }: PropsWithChildren) => { - const theme = useTheme(); - - return ( - - {children} - - ); -}; diff --git a/src/templates/navbar/navbar.tsx b/src/templates/navbar/navbar.tsx index 52fce27..0bf4aab 100644 --- a/src/templates/navbar/navbar.tsx +++ b/src/templates/navbar/navbar.tsx @@ -31,19 +31,19 @@ const Navbar: FC & Extensions = ({ children }) => { return ( <>