Skip to content

Commit 529b5ef

Browse files
committed
refactor: update layout metadata and replace magazine page with articles page for improved content organization
1 parent 1c415f4 commit 529b5ef

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

app/layout.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import ArticleContextProvider from "@/context/ArticleContext";
77

88
export const metadata: Metadata = {
99
title: "L.A.P Docs",
10-
description: "Art & Life",
10+
description: "Simplicity in Tech. L.A.P aims to make tech simple as possible for everyone.",
1111
};
1212

1313
export default function RootLayout({
@@ -20,7 +20,7 @@ export default function RootLayout({
2020
<head>
2121
<link
2222
rel="icon"
23-
href="/logos/FyrreMagazineFavicon.svg"
23+
href="/logos/LAP-Logo-Color.png"
2424
type="image/x-icon"
2525
/>
2626
</head>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)