Skip to content

Commit 201f2ee

Browse files
committed
fix: formatting
1 parent d3cd61c commit 201f2ee

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

app/speak/page.tsx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import { Button } from '@/components/ui/button';
66

77
const handleRedirect = (url: string) => {
88
if (typeof window !== 'undefined') {
9-
window.open(url, '_blank');
10-
}
9+
window.open(url, '_blank');
10+
}
1111
};
1212

1313
const 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

0 commit comments

Comments
 (0)