Skip to content

Commit

Permalink
Updated meta inf
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag-bit committed Mar 4, 2024
1 parent 56f2a92 commit 520246d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "./globals.css";
import Sidebar from "@/components/Sidebar";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Technojam",
title: "Technojam | Galgotias Univeristy🎓",
description: "Community",
};
export default function RootLayout({
Expand Down
4 changes: 1 addition & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ export default function Home() {
{isLoaded ? <div className="flex">
<div className="w-[4.5vw] h-screen sticky top-0 left-0 bg-[#131E2C]"><Sidebar /></div>
<div className="w-[95.5vw]">
<Hero />
<Hero />
<Hero />
<Hero />
</div>
</div> : <Loader />}
</>)
Expand Down

0 comments on commit 520246d

Please sign in to comment.