From 9bfb65b6289e5efee80d89c9a1422323b04c167f Mon Sep 17 00:00:00 2001 From: "abhishek.rdx" Date: Tue, 29 Apr 2025 14:36:38 +0530 Subject: [PATCH] changes --- app/components/Footer.tsx | 67 ++++++++++++++++++++++++ app/components/chat/BaseChat.tsx | 56 ++++++++++---------- app/components/chat/StarterTemplates.tsx | 2 +- public/git.svg | 5 ++ public/tw.svg | 10 ++++ 5 files changed, 111 insertions(+), 29 deletions(-) create mode 100644 app/components/Footer.tsx create mode 100644 public/git.svg create mode 100644 public/tw.svg diff --git a/app/components/Footer.tsx b/app/components/Footer.tsx new file mode 100644 index 00000000..f8010e45 --- /dev/null +++ b/app/components/Footer.tsx @@ -0,0 +1,67 @@ +import { Link } from '@remix-run/react'; + +export const Footer = () => { + return ( + + ); +}; \ No newline at end of file diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index 32ca54f1..71a82bc7 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -328,10 +328,10 @@ export const BaseChat = React.forwardRef( {!chatStarted && (

- Ready to create? + Ready to create?

- Your Web3 engineer deploys anything. No code + Your Web3 engineer deploys anything. No code

)} @@ -403,34 +403,34 @@ export const BaseChat = React.forwardRef( )} > - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + +
- +
{ }, []); return ( -
+
or start a blank app with your favorite stack
diff --git a/public/git.svg b/public/git.svg new file mode 100644 index 00000000..e7f8600a --- /dev/null +++ b/public/git.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/tw.svg b/public/tw.svg new file mode 100644 index 00000000..c1b5ae36 --- /dev/null +++ b/public/tw.svg @@ -0,0 +1,10 @@ + + + + + + + + + +