Skip to content

Commit

Permalink
rm search artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
reednel committed Jan 14, 2024
1 parent 7c1feab commit b95040b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
4 changes: 2 additions & 2 deletions src/config/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"url": "/authors"
},
{
"name": "Search",
"url": "/search"
"name": "Terms",
"url": "/terms"
}
]
}
Expand Down
1 change: 0 additions & 1 deletion src/layouts/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import ThemeSwitcher from "@/components/ThemeSwitcher.astro";
import config from "@/config/config.json";
import menu from "@/config/menu.json";
import SearchBar from "@/components/SearchBar.astro";
import { IoSearch, IoClose } from "react-icons/io5/index.js";
export interface ChildNavigationLink {
name: string;
Expand Down
22 changes: 0 additions & 22 deletions src/pages/search.astro

This file was deleted.

0 comments on commit b95040b

Please sign in to comment.