Share modal; LinkShare component.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
import Button from "../ui/Button";
|
||||
import LinkShare from "../ui/LinkShare";
|
||||
import ShareFilledIcon from "../icons/ShareFilledIcon";
|
||||
|
||||
export default function ShareModal() {
|
||||
return (
|
||||
<>
|
||||
<div className="mb-[1.389vw]">
|
||||
<div className="title-s mb-[0.833vw]">Скопировать ссылку</div>
|
||||
<LinkShare link={"https://estate.stream/ahdy12jdco1"} />
|
||||
</div>
|
||||
<Button
|
||||
variant="primary"
|
||||
size="large"
|
||||
className="w-full flex items-center justify-center gap-[0.556vw]"
|
||||
>
|
||||
Отправить
|
||||
<div className="size-[1.111vw]">
|
||||
<ShareFilledIcon />
|
||||
</div>
|
||||
</Button>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user