mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-31 18:50:14 +02:00
add mail option in help modal
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { Icon } from './Icons';
|
||||
import Modal from './Modal';
|
||||
import { Stack, VStack } from './Stack';
|
||||
import { Button } from './common';
|
||||
@@ -68,6 +69,7 @@ export function HelpModal(props) {
|
||||
rel="noopener noreferrer"
|
||||
class="btn btn-icon"
|
||||
>
|
||||
<Icon name="twitter-icon" />
|
||||
<Trans>Share Web Maker</Trans>
|
||||
</a>{' '}
|
||||
<a
|
||||
@@ -103,6 +105,15 @@ export function HelpModal(props) {
|
||||
</svg>
|
||||
<Trans>Report a bug</Trans>
|
||||
</a>
|
||||
<a
|
||||
href="mailto:chinchang457@gmail.com"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="btn btn-icon"
|
||||
>
|
||||
<Icon name="email" />
|
||||
<Trans>Mail me</Trans>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@@ -128,6 +128,9 @@ export function Icons() {
|
||||
<symbol id="check-circle" viewBox="0 0 24 24">
|
||||
<path d="M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z" />
|
||||
</symbol>
|
||||
<symbol id="email" viewBox="0 0 24 24">
|
||||
<path d="M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z" />
|
||||
</symbol>
|
||||
<symbol id="fork" viewBox="0 0 24 24">
|
||||
<path d="M13 14c-3.36 0-4.46 1.35-4.82 2.24C9.25 16.7 10 17.76 10 19a3 3 0 0 1-3 3 3 3 0 0 1-3-3c0-1.31.83-2.42 2-2.83V7.83A2.99 2.99 0 0 1 4 5a3 3 0 0 1 3-3 3 3 0 0 1 3 3c0 1.31-.83 2.42-2 2.83v5.29c.88-.65 2.16-1.12 4-1.12 2.67 0 3.56-1.34 3.85-2.23A3.006 3.006 0 0 1 14 7a3 3 0 0 1 3-3 3 3 0 0 1 3 3c0 1.34-.88 2.5-2.09 2.86C17.65 11.29 16.68 14 13 14m-6 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1M7 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m10 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1Z" />
|
||||
</symbol>
|
||||
|
Reference in New Issue
Block a user