diff --git a/app/routes/_public.allagan-data.tsx b/app/routes/_public.allagan-data.tsx index 8bc00b2d..f02819ff 100644 --- a/app/routes/_public.allagan-data.tsx +++ b/app/routes/_public.allagan-data.tsx @@ -21,7 +21,7 @@ export const meta: MetaFunction = () => { return { charset: 'utf-8', viewport: 'width=device-width,initial-scale=1', - title: 'FFXIV allagan tools data import', + title: 'FFXIV Allagan Tools Data Import', description: 'Input your Allagan Tools generated data here, and we will turn it into useful stuff!', customHeading: 'Welcome to the FFXIV Allagan Tools Data Import Page' @@ -128,7 +128,19 @@ const Index = () => { + Input your Allagan generated data here, and we will turn it into + useful stuff!{' '} + + Learn more about the Allagan Tools Inventory Analysis. + + + } onClick={handleSubmit} loading={isLoading} error={error}> diff --git a/app/tailwind.css b/app/tailwind.css index 89cef402..79d42eee 100644 --- a/app/tailwind.css +++ b/app/tailwind.css @@ -2414,6 +2414,10 @@ select { border-style: none; } +.visited\:text-purple-600:visited { + color: rgb(147 51 234 ); +} + .focus-within\:ring-2:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); @@ -2479,6 +2483,11 @@ select { color: rgb(37 99 235 / var(--tw-text-opacity)); } +.hover\:text-blue-800:hover { + --tw-text-opacity: 1; + color: rgb(30 64 175 / var(--tw-text-opacity)); +} + .hover\:text-gray-100:hover { --tw-text-opacity: 1; color: rgb(243 244 246 / var(--tw-text-opacity));