diff --git a/public/pngwing 7.png b/public/pngwing 7.png new file mode 100644 index 0000000..24390c4 Binary files /dev/null and b/public/pngwing 7.png differ diff --git a/src/components/City/City.css b/src/components/City/City.css index 908d5d0..451068e 100644 --- a/src/components/City/City.css +++ b/src/components/City/City.css @@ -1,11 +1,11 @@ -/* .button-container { +.button-container { display: flex; flex-direction: column; gap: 10px; opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; -} */ +} .animated-button { width: 304px; @@ -40,7 +40,7 @@ } -/* .button-container.visible { +.button-container.visible { opacity: 1; transform: translateY(0); -} */ \ No newline at end of file +} \ No newline at end of file diff --git a/src/components/City/City.js b/src/components/City/City.js index 2594065..c1770bc 100644 --- a/src/components/City/City.js +++ b/src/components/City/City.js @@ -93,6 +93,9 @@ const City = (props) => { + {filteredCityOptions.map(option => (