Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions apps/pizza-shop/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ const LINKS = [
href: "https://www.google.com/search?q=hawaii+pizza",
description: "Italians love it!",
},
{
title: "🇮🇹 Pizza Calzone!",
href: "https://www.google.com/search?q=hawaii+calzone",
description: "Ghislain loves this!",
},
{
title: "🇮🇹 Pizza Testy!",
href: "https://www.google.com/search?q=hawaii+calzone",
description: "Ghislain loves this!",
},
];

export default function Page(): JSX.Element {
Expand Down
5 changes: 0 additions & 5 deletions apps/test-automation/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ const LINKS = [
href: "/contact",
description: "Contact us for even better deals",
},
{
title: "💌 Ghislain is amazing",
href: "/Ghislain",
description: "Ghislain is amazing",
},
];

export default function Page(): JSX.Element {
Expand Down