Skip to content

Commit

Permalink
remove images and fix link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
GoncharovaOksana committed Oct 4, 2024
1 parent bf0d918 commit a937a86
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file removed public/assets/images/btn-play.png
Binary file not shown.
Binary file removed public/assets/images/girl-light.png
Binary file not shown.
Binary file removed public/assets/images/girl.png
Binary file not shown.
Binary file removed public/assets/images/homepage-bg.png
Binary file not shown.
Binary file removed public/assets/images/hp-line.png
Binary file not shown.
Binary file removed public/assets/images/intro-bg.png
Binary file not shown.
Binary file removed public/assets/images/light-bg.png
Binary file not shown.
Binary file removed public/assets/images/man-light.png
Binary file not shown.
Binary file removed public/assets/images/man.png
Binary file not shown.
Binary file removed public/assets/images/mission-bg.png
Binary file not shown.
Binary file removed public/assets/images/process/01-new1.png
Binary file not shown.
Binary file removed public/assets/images/process/01.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Footer = ({}) => {
<li class="footer__item"><a href="#process" class="footer__link" data-elts="scrollLink"><span>How it Works</span></a></li>
<li class="footer__item"><a href="#about" class="footer__link" data-elts="scrollLink"><span>About Us</span></a></li>
<li class="footer__item"><a href="#faq" class="footer__link" data-elts="scrollLink"><span>FAQ</span></a></li>
<li class="footer__item"><a href="https://drive.google.com/file/d/1-Aq8Zm_v5Sfyl9tRypI8-lSObstRwOka/view?usp=sharing" class="footer__link" target='_blank'><span>Collectible Terms</span></a></li>
<li class="footer__item"><a href="/assets/file/ready-player-me-collectibles-terms.pdf" type="file" class="footer__link" target='_blank'><span>Collectible Terms</span></a></li>
</ul>
</nav>
</div>
Expand Down

0 comments on commit a937a86

Please sign in to comment.