Skip to content

Commit

Permalink
[Resolve] Rename SVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDiniz committed Mar 5, 2024
1 parent e55a24e commit 9df897d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions src/components/sections/About.section.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useEffect, useState } from 'react';
import AboutAirBalloon from '../../assets/about/AboutAirBalloon.svg';
import AboutSectionDesktop from '../../assets/about/AboutSection.svg';
import AboutSectionMobile from '../../assets/about/AboutMobileSection.svg';
import AboutAirBalloon from '../../assets/about/about-air-balloon.svg';
import AboutSectionDesktop from '../../assets/about/about-section-desktop.svg';
import AboutSectionMobile from '../../assets/about/about-section-mobile.svg';

const AboutSection: React.FC = () => {
const [translateY, setTranslateY] = useState(0);
Expand Down

0 comments on commit 9df897d

Please sign in to comment.