Skip to content

Commit 9705993

Browse files
committed
update that
1 parent 56d25c1 commit 9705993

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)