Logo update

This commit is contained in:
Elijah Dunemask 2023-02-03 13:25:41 +00:00
parent c3bd12a761
commit 4c208acc59
50 changed files with 9592 additions and 577 deletions

View file

@ -2,7 +2,7 @@ import React from "react";
import Box from "@mui/material/Box";
import About from "./About.jsx";
import Projects from "./Projects.jsx";
import Environments from "./Environments.jsx";
//import Environments from "./Environments.jsx";
import Footer from "./Footer.jsx";
const Skills = React.lazy(() => import("./Skills.jsx"));