-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Button linck bank * button linck * images avatar page plug * link --------- Co-authored-by: Максим Коробков <[email protected]>
- Loading branch information
Showing
6 changed files
with
43 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ import { InfoCircleOutlined } from "@ant-design/icons"; | |
import telegram from "common/src/images/telegram.svg"; | ||
import whats from "common/src/images/whatsapp.svg"; | ||
import email from "common/src/images/email.svg"; | ||
import link from "common/src/images/link_b.svg"; | ||
import { CurrentUser } from "common/src/services/api/useCurrentUser"; | ||
import logo from "../../../images/book-danation.svg"; | ||
import printPdfDonations from "./printPdfDonations"; | ||
|
@@ -206,12 +207,33 @@ export const PageForm = (props: Props) => { | |
width={30} | ||
preview={false} | ||
/> | ||
<Form.Item name="socialeMail"> | ||
<Input | ||
disabled={disabled} | ||
placeholder="eMail" | ||
suffix={ | ||
<Tooltip title="Пример: [email protected]"> | ||
<InfoCircleOutlined style={{ color: "rgba(0,0,0,.45)" }} /> | ||
</Tooltip> | ||
} | ||
/> | ||
</Form.Item> | ||
</Space> | ||
<Space> | ||
<Image | ||
style={{ position: "absolute", top: -10, left: 5 }} | ||
alt="link" | ||
src={link} | ||
height={30} | ||
width={30} | ||
preview={false} | ||
/> | ||
<Form.Item name="socialLink"> | ||
<Input | ||
disabled={disabled} | ||
placeholder="другие ссылки" | ||
suffix={ | ||
<Tooltip title="Пример: mymail@mail.com"> | ||
<Tooltip title="Пример: www.exemple.com"> | ||
<InfoCircleOutlined style={{ color: "rgba(0,0,0,.45)" }} /> | ||
</Tooltip> | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters