Skip to content

Instantly share code, notes, and snippets.

@femakin
Created November 1, 2022 21:32
Show Gist options
  • Save femakin/718843befb3bce30c7ba9cc3913bc40b to your computer and use it in GitHub Desktop.
Save femakin/718843befb3bce30c7ba9cc3913bc40b to your computer and use it in GitHub Desktop.
// . . .other entries
return (
<>
<div className={Previewstyle.titleandcontacts}>
<div className={Previewstyle.contacts}>
<div className={Previewstyle.mobile}>
<div>
<BsFillTelephoneFill />
</div>
<div>{x?.Phone_number}</div>
</div>
<div className={Previewstyle.email}>
<div>
<MdOutlineAlternateEmail />
</div>
<div>{x?.Email}</div>
</div>
</>
)
export default Download
// . . .other entries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment