Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Stability Nexus and Djed Alliance Logos to the Logo Spinner #4

Open
Tanya-ruby opened this issue Jan 16, 2025 · 0 comments
Open
Labels
good first issue Good for newcomers

Comments

@Tanya-ruby
Copy link
Contributor

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.

Image

Task

  1. Fetch the SVG logos for:
    • Stability Nexus
    • Djed Alliance
  2. Add the fetched SVG files to the src/assets/ directory.
    • Name the files stability-nexus.svg and djed-alliance.svg respectively.
  3. 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

  1. Fetch or download the SVG logos for Stability Nexus and Djed Alliance.
  2. Place the SVG files in the src/assets/ directory.
  3. Import the SVGs into the LogoTicker.tsx component:
    import StabilityNexusLogo from '@/assets/stability-nexus.svg';
    import DjedAllianceLogo from '@/assets/djed-alliance.svg';
@ceilican ceilican added the good first issue Good for newcomers label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants