mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed semantic markup
This commit is contained in:
parent
746e323baf
commit
4e5a6d727a
5 changed files with 20 additions and 17 deletions
|
@ -16,7 +16,6 @@ import { useNodeContext } from '~/utils/context/NodeContextProvider';
|
|||
|
||||
import styles from './styles.module.scss';
|
||||
|
||||
|
||||
type IProps = {};
|
||||
|
||||
const NodeLayout: FC<IProps> = () => {
|
||||
|
@ -56,7 +55,9 @@ const NodeLayout: FC<IProps> = () => {
|
|||
/>
|
||||
</div>
|
||||
|
||||
<NodeBottomBlock commentsOrder="DESC" />
|
||||
<section>
|
||||
<NodeBottomBlock commentsOrder="DESC" />
|
||||
</section>
|
||||
|
||||
<Footer />
|
||||
</Card>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue