Skip to content

Commit d9cd156

Browse files
fix: Не правильно выводится title на странице help (#300)
1 parent 021202f commit d9cd156

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/HelpPage.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
import React from 'react';
22
import { Paper } from 'components/layout/Paper';
3+
import { Title } from 'app/Title/Title';
34

45
const HelpPage = () => {
56
return (
67
<div className="container mt-4">
8+
<Title>О проекте IQA</Title>
79
<Paper>
810
<h2>О проекте IQA</h2>
911
<p>

0 commit comments

Comments
 (0)