Skip to content

Commit 9181b6d

Browse files
author
Ken Erwin
committed
more fixes
1 parent dbeea59 commit 9181b6d

5 files changed

Lines changed: 2 additions & 412 deletions

File tree

frontend/__tests__/Header.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('Header', () => {
5959
expect(screen.getAllByText('Discord').length).toBeGreaterThan(0);
6060
expect(screen.getAllByText('About').length).toBeGreaterThan(0);
6161
expect(screen.getAllByText('Tile Updates Log').length).toBeGreaterThan(0);
62-
expect(screen.getAllByText('LTD Order Form').length).toBeGreaterThan(0);
62+
6363

6464
// Components should be rendered
6565
expect(screen.getByTestId('mock-account')).toBeInTheDocument();

frontend/components/Header.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const navigation = [
1111
{ name: "Discord", href: "https://discord.pixelmap.io/", target: "_blank" },
1212
{ name: "About", link: "/about" },
1313
{ name: "Tile Updates Log", link: "/tileupdateslog" },
14-
{ name: "LTD Order Form", link: "/ltd" },
1514
];
1615

1716
export default function Header() {

frontend/pages/ltd/index.tsx

Lines changed: 0 additions & 229 deletions
This file was deleted.

0 commit comments

Comments
 (0)