File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -887,7 +887,7 @@ const Hero = () => {
887887 < div className = 'mt-10 flex flex-col items-center justify-center sm:flex-row' >
888888 < Link
889889 to = { routesPath . signup }
890- className = 'group flex h-12 w-full items-center justify-center rounded-md bg-slate-900 text-white ring-1 ring-slate-900 transition-all !duration-300 hover:bg-slate-700 sm:mr-6 sm:max-w-[210px ] dark:bg-indigo-700 dark:ring-indigo-700 dark:hover:bg-indigo-600'
890+ className = 'group flex h-12 w-full items-center justify-center rounded-md bg-slate-900 px-2 text-white ring-1 ring-slate-900 transition-all !duration-300 hover:bg-slate-700 sm:mr-6 sm:max-w-[230px ] dark:bg-indigo-700 dark:ring-indigo-700 dark:hover:bg-indigo-600'
891891 aria-label = { t ( 'titles.signup' ) }
892892 >
893893 < span className = 'mr-1 text-center text-base font-semibold' >
@@ -897,7 +897,7 @@ const Hero = () => {
897897 </ Link >
898898 < a
899899 href = { LIVE_DEMO_URL }
900- className = 'mt-2 flex h-12 w-full items-center justify-center rounded-md bg-transparent text-slate-900 shadow-xs ring-1 ring-slate-900 transition-all !duration-300 hover:bg-slate-200/60 sm:mt-0 sm:max-w-[210px ] dark:text-white dark:ring-white/20 dark:hover:bg-slate-800/60'
900+ className = 'mt-2 flex h-12 w-full items-center justify-center rounded-md bg-transparent text-slate-900 shadow-xs ring-1 ring-slate-900 transition-all !duration-300 hover:bg-slate-200/60 sm:mt-0 sm:max-w-[230px ] dark:text-white dark:ring-white/20 dark:hover:bg-slate-800/60'
901901 target = '_blank'
902902 rel = 'noopener noreferrer'
903903 aria-label = { `${ t ( 'common.liveDemo' ) } (opens in a new tab)` }
You can’t perform that action at this time.
0 commit comments