Skip to content

Commit

Permalink
code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Fermatka committed May 20, 2024
1 parent 4f68327 commit 0665db9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions algrtm/src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import "../styles/globals.css";
import Footer from "@/components/Footer";
import LinksSection from "@/components/LinksSection";
import Header from "../components/Header";
// import ThemeContextProvider from "@/contexts/ThemeContext";
import { Providers } from "@/providers/providers";

const pingFont = localFont({ src: "../fonts/PingFangHK.ttf" });
Expand All @@ -25,17 +24,5 @@ export default function RootLayout({ children }) {
</Providers>
</body>
</html>

// TODO: delete when works
// <html lang="en">
// <body className={`${pingFont.className} dark:bg-neutralDark-neutral100`}>
// <ThemeContextProvider>
// <Header />
// {children}
// <LinksSection />
// <Footer />
// </ThemeContextProvider>
// </body>
// </html>
);
}
1 change: 0 additions & 1 deletion algrtm/src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default function Home() {
<div className="w-full flex flex-col items-center justify-center px-4 md:mx-[2.75rem]">
<DevelopSection />
<DataLabSection />
{/* <AlgorithmicMusicSection /> */}
<SoftwareConsultingSection />
<RoundedTextComponent
version="version4"
Expand Down

0 comments on commit 0665db9

Please sign in to comment.