diff --git a/README.md b/README.md
index ef7f830..7d9acb4 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
-# Fireplexity v2
+# Skeedo Stream
AI search engine with web, news, and images.
-
+
## Setup
```bash
-git clone https://github.com/mendableai/fireplexity.git
-cd fireplexity
+git clone https://github.com/skeedo-sys/skeedostream.git
+cd skeedostream
npm install
```
@@ -34,7 +34,7 @@ Open http://localhost:3000
## Deploy
-[](https://vercel.com/new/clone?repository-url=https://github.com/mendableai/fireplexity)
+[](https://vercel.com/new/clone?repository-url=https://github.com/mendableai/skeedostream)
## Get API Keys
diff --git a/app/chat-interface.tsx b/app/chat-interface.tsx
index 04d4808..866167d 100644
--- a/app/chat-interface.tsx
+++ b/app/chat-interface.tsx
@@ -226,7 +226,7 @@ export function ChatInterface({ messages, sources, newsResults, imageResults, fo
href={result.url}
target="_blank"
rel="noopener noreferrer"
- className="group relative overflow-hidden rounded-lg border border-gray-200 dark:border-gray-700 hover:border-orange-300 dark:hover:border-orange-600 hover:shadow-md h-28"
+ className="group relative overflow-hidden rounded-lg border border-gray-200 dark:border-gray-700 hover:border-accent hover:shadow-md h-28"
>
{/* Background image */}
{result.image && (
@@ -277,7 +277,7 @@ export function ChatInterface({ messages, sources, newsResults, imageResults, fo
{/* Title */}
-