Skip to content

Commit

Permalink
fix: update the balloon image to a better and clearer format
Browse files Browse the repository at this point in the history
  • Loading branch information
teoh4770 committed Mar 22, 2024
1 parent cb472e3 commit 27592d5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 111 deletions.
30 changes: 13 additions & 17 deletions src/assets/index.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/*
*
* Hero Section SVGs
*
* Hero Section SVGs
*
*/
export { HeroBackgroundMobile } from './hero/bg-mobile-svg';
export { HeroBackgroundDesktop } from './hero/bg-desktop-svg';

/*
*
* Social Icons SVGs
*
* Social Icons SVGs
*
*/
import {
MailIcon,
Expand All @@ -31,23 +31,19 @@ export {

/*
*
* About Section SVGs
*
* About Section SVGs
*
*/
import AboutAirBalloon from './about/about-air-balloon.svg';
import AboutSectionDesktop from './about/about-section-desktop.svg';
import AboutSectionMobile from './about/about-section-mobile.svg';

export {
AboutAirBalloon,
AboutSectionDesktop,
AboutSectionMobile
};
export { AboutAirBalloon, AboutSectionDesktop, AboutSectionMobile };

/*
*
* Contact Section SVGs
*
* Contact Section SVGs
*
*/
import ArrowRightIcon from './contact/arrow-right-icon.svg';
import BirdParts from './contact/bird_parts.svg';
Expand Down Expand Up @@ -80,7 +76,7 @@ export {
/*
*
* Sponsor & Partner logos PNGs
*
*
*/
import OnePassword from './logos/1password.png';
import Assembly from './logos/assembly.png';
Expand Down Expand Up @@ -125,10 +121,10 @@ export {
/*
*
* Team SVGs
*
*
*/
import Clouds from './team/clouds.svg';
import MeetTheTeamBalloon from './team/meet-the-team-balloon-banner.svg';
import MeetTheTeamBalloon from './team/meet-the-team-balloon-banner.webp';
import MeetTheTeamBuildingLeft from './team/meet-the-team-building-left.svg';
import MeetTheTeamBuildingRight from './team/meet-the-team-building-right.svg';

Expand All @@ -137,4 +133,4 @@ export {
MeetTheTeamBalloon,
MeetTheTeamBuildingLeft,
MeetTheTeamBuildingRight,
};
};
Loading

0 comments on commit 27592d5

Please sign in to comment.