diff --git a/frontend/index.html b/frontend/index.html index b69909d..2ddd2c0 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,6 +3,7 @@ + DecenTrade | NFT Marketplace diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 9848b58..9b9f027 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -14,7 +14,7 @@ import Footer from './components/Footer'; import MyChatbot from './Chatbot'; import CustomCursor from './components/CustomCursor'; import GTranslateLoader from './components/GTranslateLoader' - +import ScrollToTop from './components/ScrollToTop'; function App() { const [wallet, setWallet] = useState(null); @@ -55,6 +55,7 @@ function App() { {/* Chatbot and Footer Components */}