diff --git a/src/App.js b/src/App.js index a54a6ec..a040f1a 100644 --- a/src/App.js +++ b/src/App.js @@ -20,25 +20,27 @@ const App = () => { All of our components in a Single Page React App - Home + Home - NASA API + NASA API - Styled Component + Styled Component - Accordian + Accordian - Gallery + Gallery - Gallery Item + + Gallery Item + - People List + People List {/* Routing Setup */} diff --git a/src/components/Accordian.js b/src/components/Accordian.js index 3fba6e0..bfdeea7 100644 --- a/src/components/Accordian.js +++ b/src/components/Accordian.js @@ -15,7 +15,7 @@ function Panel({ title, isActive, onShow, children }) { const Accordion = function Accordion() { const [activeIndex, setActiveIndex] = useState(0); return ( -
+

Almaty, Kazakhstan

{ let sculpture = sculptureList[index]; return ( -
+
{/*
*/}