Skip to content

Commit

Permalink
cleanup2
Browse files Browse the repository at this point in the history
removed useless components like ball and earth
  • Loading branch information
carlgabrielDP4 committed Jul 30, 2024
1 parent 39ada37 commit 0798bfa
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 14 deletions.
Binary file added src/assets/sports.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions src/components/canvas/Ball.jsx

This file was deleted.

3 changes: 1 addition & 2 deletions src/components/canvas/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import EarthCanvas from "./Earth";
import BallCanvas from "./Ball";
import ComputersCanvas from "./Computers";
import StarsCanvas from "./Stars";

export { EarthCanvas, BallCanvas, ComputersCanvas, StarsCanvas };
export { EarthCanvas, ComputersCanvas, StarsCanvas };
3 changes: 1 addition & 2 deletions src/components/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EarthCanvas, BallCanvas, ComputersCanvas, StarsCanvas } from './canvas';
import { EarthCanvas, ComputersCanvas, StarsCanvas } from './canvas';
import Hero from './Hero';
import Navbar from './Navbar';
import About from './About';
Expand All @@ -17,7 +17,6 @@ export {

Contact,
EarthCanvas,
BallCanvas,
ComputersCanvas,
StarsCanvas
}
1 change: 0 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,3 @@
animation: mulShdSpin 1.1s infinite ease;
transform: translateZ(0);
}

0 comments on commit 0798bfa

Please sign in to comment.