Skip to content

Commit

Permalink
removed description because it isnt important
Browse files Browse the repository at this point in the history
  • Loading branch information
BabaC0des committed Sep 5, 2024
1 parent 6faa31f commit 8a48222
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Carousel.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "../app/css/carousel.css";
import data from "../app/languages.json";
import React, {useEffect, useState} from "react";
import React, {useState} from "react";
function Carousel() {
const [index, setIndex] = useState(0);

Expand Down
8 changes: 4 additions & 4 deletions src/components/Hobbys.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import "../app/css/hobbys.css"
export default function Hobbys(){

const hobbys = [
{ name: "Hiking", description: "Genieße die Natur beim Wandern." },
{ name: "Fitness", description: "Stärke deinen Körper im Gym." },
{ name: "Technical", description: "Löse Probleme durch Code."},
{ name: "Skisport", description: "Erlebe den Winter auf Skiern."},
{ name: "Hiking"},
{ name: "Fitness" },
{ name: "Technical"},
{ name: "Skisport"},
];


Expand Down

0 comments on commit 8a48222

Please sign in to comment.