✨ feat: Remove unused support icon and update header toolbar
The changes made in this commit include: 1. Removing the unused `support.svg` file from the `public` directory. 2. Updating the `toolbar.tsx` component in the `header` directory by removing the import and usage of the `supportPic` icon. These changes were made to clean up the codebase and remove unused assets, improving the overall maintainability of the project.
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
import "../globals.css";
|
||||
|
||||
import Link from "next/link";
|
||||
import AnimatedLink from "@/components/animatedLink";
|
||||
import Image from "next/image";
|
||||
|
||||
import MainHeader from "@/components/header/main";
|
||||
import MainFooter from "@/components/footer/main";
|
||||
|
||||
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<div className="m-auto text-base 2xl:w-4xl xl:w-3xl md:w-full">
|
||||
|
||||
Reference in New Issue
Block a user