From 017b073f1964aede66f21795079c216fc40bf106 Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Wed, 3 Apr 2024 13:41:49 -0700 Subject: [PATCH] style: images have pointer-events-none --- components/search/Search.tsx | 4 ++-- components/search/SearchResults.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/search/Search.tsx b/components/search/Search.tsx index a1e9079..a0aef05 100644 --- a/components/search/Search.tsx +++ b/components/search/Search.tsx @@ -62,7 +62,7 @@ const LoadingState = () => { loading gif
Loading...
@@ -77,7 +77,7 @@ const ErrorState = () => { error
An error occurred...
diff --git a/components/search/SearchResults.tsx b/components/search/SearchResults.tsx index db05f16..61437d7 100644 --- a/components/search/SearchResults.tsx +++ b/components/search/SearchResults.tsx @@ -137,7 +137,7 @@ const SearchResults = (props: SearchResultsProps) => { no results