You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the logo spinner component uses placeholders instead of actual logos. We need to fetch and add the SVG logos for Stability Nexus and Djed Alliance, place them in the assets directory, and update the spinner to include these logos.
Task
Fetch the SVG logos for:
Stability Nexus
Djed Alliance
Add the fetched SVG files to the src/assets/ directory.
Name the files stability-nexus.svg and djed-alliance.svg respectively.
Import these SVGs into the logo spinner component and replace the placeholders with the actual logos.
File Locations
Assets Directory: src/assets/
Component: src/sections/LogoTicker.tsx
Steps to Complete
Fetch or download the SVG logos for Stability Nexus and Djed Alliance.
Place the SVG files in the src/assets/ directory.
Import the SVGs into the LogoTicker.tsx component:
Context
Currently, the logo spinner component uses placeholders instead of actual logos. We need to fetch and add the SVG logos for Stability Nexus and Djed Alliance, place them in the assets directory, and update the spinner to include these logos.
Task
src/assets/
directory.stability-nexus.svg
anddjed-alliance.svg
respectively.File Locations
src/assets/
src/sections/LogoTicker.tsx
Steps to Complete
src/assets/
directory.LogoTicker.tsx
component:The text was updated successfully, but these errors were encountered: