Updated page style & added drop love button

This commit is contained in:
2024-09-03 19:36:34 +02:00
parent f357cd97fb
commit 8c5423887b
4 changed files with 49 additions and 11 deletions
+6
View File
@@ -15,6 +15,7 @@ import { useData } from './hooks/useData';
// ------------------------------------------------- Assets & Styles ---------------------------------------------------
import './styles.scss';
import 'mapbox-gl/dist/mapbox-gl.css';
import HeartIcon from '@/assets/HeartIcon';
// ---------------------------------------------------------------------------------------------------------------------
const Home = () => {
@@ -57,6 +58,11 @@ const Home = () => {
preserveDrawingBuffer
></Map>
</DeckGL>
<button className='dropLove'>
<HeartIcon />
Placer un love
</button>
</div>
);
};