From a84bcd151d07ecf4a85e0269137d99b0e65d7289 Mon Sep 17 00:00:00 2001 From: Phil Hawksworth Date: Wed, 4 Dec 2024 12:28:49 +0000 Subject: [PATCH 1/4] Adding a search input to pass to Google search --- _components/SearchInput.tsx | 31 +++++++++++++++++++++++++++++++ _includes/layout.tsx | 2 -- static/img/search.svg | 3 +++ styles.css | 9 +++++++++ 4 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 _components/SearchInput.tsx create mode 100644 static/img/search.svg diff --git a/_components/SearchInput.tsx b/_components/SearchInput.tsx new file mode 100644 index 000000000..940cafa7c --- /dev/null +++ b/_components/SearchInput.tsx @@ -0,0 +1,31 @@ +export default function SearchInput() { + return ( + + ); +} diff --git a/_includes/layout.tsx b/_includes/layout.tsx index ee4bfe4ee..c41bf3942 100644 --- a/_includes/layout.tsx +++ b/_includes/layout.tsx @@ -64,10 +64,8 @@ export default function Layout(props: Lume.Data) { - -