diff --git a/.env b/.env index ea302a4..6b0d9d4 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -VITE_API_URL=api-url:port +VITE_API_URL=https://hytechracing.duckdns.org diff --git a/src/components/DataTable.tsx b/src/components/DataTable.tsx index 1c5a4b2..513a547 100644 --- a/src/components/DataTable.tsx +++ b/src/components/DataTable.tsx @@ -56,7 +56,7 @@ export default function DataTable({ onClick={() => setPreviewData(file)} bg={selectedRow === file.id ? theme.primaryColor : ""} > -