Feature/73 add flights page #78

Merged
noahspannbauer merged 7 commits from feature/73-add-flights-page into main 2025-03-23 12:48:42 -04:00
6 changed files with 0 additions and 1 deletions
Showing only changes of commit 11fe779c4d - Show all commits

BIN
app/public/layers-2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
app/public/layers.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
app/public/marker-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

View File

@@ -8,7 +8,6 @@ const LogbookCard = ({ logs, mode, onDelete, onOpenCloseForm }: LogbookCardProps
return (
<Grid container spacing={2}>
{logs.map((log) => {
console.log(log)
return (
<Grid size={12}>
<Card key={log.rowKey}>