@@ -17,6 +28,12 @@ export const Sidebar = () => {
navigate('/tags')} className="h-8 w-8 hover:bg-gray-100 cursor-pointer p-2 rounded-md flex items-center justify-center">
+
navigate('/add-place')} className="h-8 w-8 hover:bg-gray-100 cursor-pointer p-2 rounded-md flex items-center justify-center">
+
+
+
navigate('/map')} className="h-8 w-8 hover:bg-gray-100 cursor-pointer p-2 rounded-md flex items-center justify-center">
+
+
navigate('/settings')} className="h-8 w-8 hover:bg-gray-100 cursor-pointer p-2 rounded-md flex items-center justify-center">
diff --git a/src/components/tag.tsx b/src/components/tag.tsx
index c135e64..de8d758 100644
--- a/src/components/tag.tsx
+++ b/src/components/tag.tsx
@@ -1,9 +1,9 @@
import { Tag } from "@/interfaces/place.interface"
export const TagComponent = ({ tag, onClick }: { tag: Tag, onClick?: () => void }) => {
- return
-
-
+ return
+
+
{tag.name}
diff --git a/src/components/ui/textarea.tsx b/src/components/ui/textarea.tsx
index b2ea616..7b2593f 100644
--- a/src/components/ui/textarea.tsx
+++ b/src/components/ui/textarea.tsx
@@ -11,7 +11,7 @@ const Textarea = React.forwardRef
(
return (