Skip to content

Commit

Permalink
fix: meta
Browse files Browse the repository at this point in the history
  • Loading branch information
chraebsli committed Jun 12, 2023
1 parent f811286 commit 59dfbf5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import Header from "./components/common/Header";
import Footer from "./components/common/Footer";
import ScrollToTop from "./components/common/ScrollToTop";
import { Line } from "./components/common/Text";
import Meta from "./components/common/Meta";

// layouts
import Welcome from "./layouts/Welcome";
Expand Down Expand Up @@ -84,7 +83,6 @@ function App() {
return (
<ThemeProvider theme={theme === "light" ? light : dark}>
<CssBaseline />
<Meta />
<Header toggleTheme={toggleTheme} checked={checked} />
<Box sx={{height: "150px", marginTop: "3rem"}} />
<Container sx={{mt: "2rem", mb: "2rem"}}>
Expand Down

0 comments on commit 59dfbf5

Please sign in to comment.