fixes
This commit is contained in:
parent
b99d7a4cdd
commit
57e877c5f2
@ -2,7 +2,7 @@ import React from 'react'
|
||||
|
||||
import logo from '../../images/logoGuild.png'
|
||||
import vk from '../../images/vkLogo.svg'
|
||||
import tg from '../../images/tgLogo.svg'
|
||||
import tg from '../../images/tgFooter.png'
|
||||
import email from '../../images/emailLogo.svg'
|
||||
|
||||
import './footer.scss'
|
||||
|
@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
|
||||
import tgLogo from "../../../images/TgLogo.svg";
|
||||
import telegramLogo from "../../../images/TgLogo.svg";
|
||||
import doc from "../../../images/doc.svg";
|
||||
import anyMoment from "../../../images/anyMoment.svg";
|
||||
|
||||
@ -66,7 +66,7 @@ export const ModalRegistration = ({ active, setActive }) => {
|
||||
</div>
|
||||
<h4>Есть вопросы?</h4>
|
||||
<div className="body-reg__right-text">
|
||||
<img src={tgLogo}></img>
|
||||
<img src={telegramLogo}></img>
|
||||
<p>Напишите нам в Телеграм. Мы с удовольствием ответим!</p>
|
||||
</div>
|
||||
</div>
|
||||
|
BIN
src/images/tgFooter.png
Normal file
BIN
src/images/tgFooter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 620 B |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 43 KiB |
@ -634,7 +634,7 @@ export const Tracker = () => {
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
>
|
||||
<div className="title-project">
|
||||
<h4>Введите название карточки</h4>
|
||||
<h4>Введите название колонки</h4>
|
||||
<div className="input-container">
|
||||
<input
|
||||
className="name-project"
|
||||
|
Loading…
Reference in New Issue
Block a user