File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import { Button } from '@/components/ui/button';
66
77const handleRedirect = ( url : string ) => {
88 if ( typeof window !== 'undefined' ) {
9- window . open ( url , '_blank' ) ;
10- }
9+ window . open ( url , '_blank' ) ;
10+ }
1111} ;
1212
1313const SpeakDetails : React . FC = ( ) => {
@@ -144,13 +144,12 @@ const SpeakDetails: React.FC = () => {
144144 </ div >
145145 </ div >
146146 < div className = "mt-8 lg:mt-14" >
147-
148- < Button
149- onClick = { ( ) => handleRedirect ( 'mailto:durianpy.davao@gmail.com' ) }
150- className = "bg-yellow-500 text-black font-medium py-2 md:py-2 lg:py-3 px-4 md:px-5 lg:px-7 [@media(max-width:320px)]:text-[6px] text-[10px] md:text-[14px] lg:text-[18px] rounded-full hover:bg-yellow-600 transition-all duration-300 ease-out hover:scale-105"
151- >
152- Have Questions?
153- </ Button >
147+ < Button
148+ onClick = { ( ) => handleRedirect ( 'mailto:durianpy.davao@gmail.com' ) }
149+ className = "bg-yellow-500 text-black font-medium py-2 md:py-2 lg:py-3 px-4 md:px-5 lg:px-7 [@media(max-width:320px)]:text-[6px] text-[10px] md:text-[14px] lg:text-[18px] rounded-full hover:bg-yellow-600 transition-all duration-300 ease-out hover:scale-105"
150+ >
151+ Have Questions?
152+ </ Button >
154153 </ div >
155154 </ div >
156155
You can’t perform that action at this time.
0 commit comments