From 8d5edd783805adf942334a16d62bf4662934bd13 Mon Sep 17 00:00:00 2001 From: Alissa Crane Date: Fri, 8 Nov 2024 14:57:16 -0800 Subject: [PATCH 1/3] add nft images --- app/components/Agent.tsx | 7 ---- app/components/AgentAssets.tsx | 19 +++++++--- app/components/AgentBalance.tsx | 10 ++--- app/components/AgentProfile.tsx | 12 ++++-- app/components/Chat.tsx | 8 +++- app/components/Navbar.tsx | 67 +++++++++++++++++++++++---------- app/components/Stream.tsx | 10 ++++- app/types.ts | 2 +- 8 files changed, 88 insertions(+), 47 deletions(-) diff --git a/app/components/Agent.tsx b/app/components/Agent.tsx index fdd5102..f9ea9f0 100644 --- a/app/components/Agent.tsx +++ b/app/components/Agent.tsx @@ -1,9 +1,7 @@ import { useState } from 'react'; import AgentAssets from './AgentAssets'; -import AgentBalance from './AgentBalance'; import AgentProfile from './AgentProfile'; import Chat from './Chat'; -import Footer from './Footer'; import Navbar from './Navbar'; import Stream from './Stream'; @@ -28,9 +26,7 @@ export default function Agent() { } fixed z-20 flex h-full w-full flex-col overflow-y-auto bg-black transition-transform duration-300 lg:relative lg:z-0 lg:w-1/3 lg:translate-x-0 lg:border-[#5788FA]/50 lg:border-r `} > - -