diff --git a/.env b/.env new file mode 100644 index 0000000..07a6d2a --- /dev/null +++ b/.env @@ -0,0 +1 @@ +VITE_GOOGLE_MAPS_API_KEY=AIzaSyDMWCLgNVsigqHdgwgdV0yurVhy6n5dnb0 diff --git a/.gitignore b/.gitignore index 253fcba..5c912f2 100644 --- a/.gitignore +++ b/.gitignore @@ -24,5 +24,4 @@ dist-ssr *.sw? # vite-plugin-pwa dev output -dev-dist -.env +dev-dist \ No newline at end of file diff --git a/src/components/cards/DailyLogCard.tsx b/src/components/cards/DailyLogCard.tsx index f248d26..b123b2c 100644 --- a/src/components/cards/DailyLogCard.tsx +++ b/src/components/cards/DailyLogCard.tsx @@ -203,7 +203,7 @@ export function DailyLogCard({ row, onPunchOut, isDetailView = false }: { row: R )} {isPunchedIn && onPunchOut && ( -