File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -254,13 +254,13 @@ export default function Home(props: Props) {
254254 messages = { [
255255 {
256256 key : 'chat-1' ,
257- content : < div className = "max-w-[384px] px-4 py-2.5" > Find me... </ div > ,
257+ content : < div className = "max-w-[384px] px-4 py-2.5" > Find me online: </ div > ,
258258 } ,
259259 {
260260 key : 'github' ,
261261 content : (
262262 < div className = "px-4 py-2.5" >
263- as { ' ' }
263+ I'm { ' ' }
264264 < Link
265265 href = "https://github.com/alii"
266266 className = "underline decoration-zinc-400 dark:decoration-zinc-500/80"
@@ -276,7 +276,7 @@ export default function Home(props: Props) {
276276 key : 'chat-2' ,
277277 content : (
278278 < div className = "px-4 py-2.5" >
279- or { ' ' }
279+ I'm { ' ' }
280280 < Link
281281 href = "https://x.com/alistaiir"
282282 className = "underline decoration-zinc-400 dark:decoration-zinc-500/80"
You can’t perform that action at this time.
0 commit comments