diff --git a/src/UploadModal.tsx b/src/UploadModal.tsx index 9ed9444..7b6793c 100644 --- a/src/UploadModal.tsx +++ b/src/UploadModal.tsx @@ -24,7 +24,7 @@ export const UploadModal = () => { aria-hidden="true" /> - + { leaveFrom="opacity-100 translate-y-0" leaveTo="opacity-0 translate-y-1" > - +

Upload your CSV file exported from the Garmin Golf App. diff --git a/src/index.scss b/src/index.scss index 2e9d8af..8e86d15 100644 --- a/src/index.scss +++ b/src/index.scss @@ -74,16 +74,6 @@ input { z-index: 40; } -.max-w-xl { - left: 0; -} - -#headlessui-popover-panel-\:r13\: { - left: 0; - right: 0; - width: 100%; -} - form.flex>div:nth-child(1) { width: 100%; } \ No newline at end of file diff --git a/src/locales/en.json b/src/locales/en.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/src/locales/en.json @@ -0,0 +1 @@ +{} \ No newline at end of file