diff --git a/app/public/layers-2x.png b/app/public/layers-2x.png new file mode 100644 index 0000000..200c333 Binary files /dev/null and b/app/public/layers-2x.png differ diff --git a/app/public/layers.png b/app/public/layers.png new file mode 100644 index 0000000..1a72e57 Binary files /dev/null and b/app/public/layers.png differ diff --git a/app/public/marker-icon-2x.png b/app/public/marker-icon-2x.png new file mode 100644 index 0000000..88f9e50 Binary files /dev/null and b/app/public/marker-icon-2x.png differ diff --git a/app/public/marker-icon.png b/app/public/marker-icon.png new file mode 100644 index 0000000..950edf2 Binary files /dev/null and b/app/public/marker-icon.png differ diff --git a/app/public/marker-shadow.png b/app/public/marker-shadow.png new file mode 100644 index 0000000..9fd2979 Binary files /dev/null and b/app/public/marker-shadow.png differ diff --git a/app/src/components/logbookCard/LogbookCard.tsx b/app/src/components/logbookCard/LogbookCard.tsx index 3cbea20..0895dd2 100644 --- a/app/src/components/logbookCard/LogbookCard.tsx +++ b/app/src/components/logbookCard/LogbookCard.tsx @@ -8,7 +8,6 @@ const LogbookCard = ({ logs, mode, onDelete, onOpenCloseForm }: LogbookCardProps return ( {logs.map((log) => { - console.log(log) return (