Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahan-nub committed Oct 24, 2024
1 parent b048593 commit 692aeb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Inter } from "next/font/google";
import "./globals.css";
import Sidebar from "@/components/Sidebar/Sidebar";
// import Sidebar from "@/components/Sidebar/Sidebar";
import { Roboto } from '@next/font/google';

const inter = Inter({ subsets: ["latin"] });
Expand All @@ -11,7 +11,7 @@ const roboto = Roboto({
});

export const metadata = {
title: "Only Niqqas",
title: "Yap Joint",
description: "Generated by create next app",
};

Expand Down
2 changes: 1 addition & 1 deletion src/components/Sidebar/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default function Sidebar() {
{/* USERNAME */}
<div className="flex justify-between w-full items-center lg:pb-[12px] px-4 border-color-1 shadow-lg">
<h2 className="text-slate-200 font-semibold text-xl md:text-3xl">
YAP STATION
YAP JOINT
</h2>
<FiMenu
onClick={() => {
Expand Down

0 comments on commit 692aeb7

Please sign in to comment.