File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { useState , useRef , Fragment } from "react" ;
2
2
import { Dialog , DialogPanel , Transition , TransitionChild } from "@headlessui/react" ;
3
- import { Button , ButtonNull , ButtonSecondaryNull } from "@/constituents/buttons" ;
3
+ import { Button , ButtonNull , ButtonSecondaryNull , ButtonGroup } from "@/constituents/buttons" ;
4
4
import Image from 'next/image'
5
5
// width, height, blurDataUrl is not needed when importing image :D
6
6
import Resume from '@/public/MidhunJinan_Resume.jpg'
@@ -65,7 +65,7 @@ export default function ResumeModal() {
65
65
alt = "Mid Hunter's Resume"
66
66
placeholder = "blur"
67
67
/>
68
- < div className = "flex m-3" >
68
+ < ButtonGroup >
69
69
< Button
70
70
target = "_blank"
71
71
href = "MidhunJinan_Resume.pdf"
@@ -75,7 +75,7 @@ export default function ResumeModal() {
75
75
onClick = { closeModal }
76
76
text = "Go Back"
77
77
/>
78
- </ div >
78
+ </ ButtonGroup >
79
79
</ section >
80
80
</ DialogPanel >
81
81
</ TransitionChild >
You can’t perform that action at this time.
0 commit comments