Skip to content

Commit

Permalink
patch: fix site
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Nov 5, 2024
1 parent c9c76b0 commit 1267e46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/landing/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const geistMono = localFont({
});

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Peppermint",
description: "Peppermint is a self-hosted issue tracker for your projects or help desk.",
};

export default function RootLayout({
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const features2 = [
export default function Home() {

return (
<div className="sm:min-h-screen mx-6 sm:mx-0">
<div className="sm:min-h-screen mx-6 sm:mx-0 bg-white">
<header className="bg-white mx-auto text-base max-w-xl">
<nav className="flex justify-between py-8" aria-label="Global">
<div className="flex justify-between lg:flex-1">
Expand Down

0 comments on commit 1267e46

Please sign in to comment.