diff --git a/src/App.css b/src/App.css index 3508c65..16fffbd 100644 --- a/src/App.css +++ b/src/App.css @@ -36,3 +36,7 @@ transform: rotate(360deg); } } + +button, a { + cursor: pointer; +} diff --git a/src/components/HomeCom.jsx b/src/components/HomeCom.jsx index 676f447..805cb8f 100644 --- a/src/components/HomeCom.jsx +++ b/src/components/HomeCom.jsx @@ -13,26 +13,26 @@ export default function HomeCom() { {data.map((item, index) => { let color = item.place == 'Friends' ? 'text-emerald-500 bg-emerald-100/90' : item.place == 'Office' ? 'text-blue-500 bg-blue-100/90' : 'text-orange-500 bg-orange-100/90' return ( -