page doctor detail
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import ShareDI from "@/components/icons/ShareDI"
|
||||
import { Button } from "@mui/material"
|
||||
|
||||
function Share() {
|
||||
return (
|
||||
<div className="w-full text-left">
|
||||
<Button
|
||||
className="!gap-1 !p-2 !rounded-lg !text-[#525252] !text-[14px]"
|
||||
variant="text"
|
||||
>
|
||||
<ShareDI />
|
||||
اشتراک گذاری
|
||||
</Button>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Share
|
||||
Reference in New Issue
Block a user