+
+
+ 1h ago
+
+
+
+
+ 1h ago
+
+
+
+
+ 1h ago
+
+
+
+
+ 1h ago
+
+
+
1h ago
@@ -54,7 +98,7 @@ const Feed = () => {
)
}
-const PaperIcon = ({ className }: { className: string }) => {
+const PaperIcon = ({ className }: { className?: string }) => {
return (
)
}
+const TopArrowLodashIcon = ({ className }: { className?: string }) => {
+ return (
+
+ )
+}
+const TrendUpIcon = ({ className }: { className?: string }) => {
+ return (
+
+ )
+}
diff --git a/src/components/SearchBar.tsx b/src/components/SearchBar.tsx
index 2e11157..61237e0 100644
--- a/src/components/SearchBar.tsx
+++ b/src/components/SearchBar.tsx
@@ -14,10 +14,9 @@ import { usePathname, useSearchParams, useRouter } from "next/navigation"
import { formatDate, getResults } from "@/utils"
type Props = {
- variant: "default" | "simplified"
}
-const SearchBar = ({ variant }: Props) => {
+const SearchBar = ({ }: Props) => {
const searchParams = useSearchParams()
const router = useRouter()
const pathname = usePathname()
@@ -70,7 +69,7 @@ const SearchBar = ({ variant }: Props) => {
return (
+ Bitcoin (BTC) Price Prediction: When Will Bitcoin Reach $100,000? +
++ Bitcoin (BTC) Price Prediction: When Will Bitcoin Reach $100,000? +
++ Bitcoin (BTC) Price Prediction: When Will Bitcoin Reach $100,000? +
++ Bitcoin (BTC) Price Prediction: When Will Bitcoin Reach $100,000? +
+ 0 ? "border-sky-300 bg-gray-950" : "border-primary"
}`}
>