Skip to content

Commit

Permalink
feat(vital-section): Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
VancheeZze committed May 19, 2023
1 parent 062b776 commit 3362a81
Showing 1 changed file with 2 additions and 3 deletions.
@@ -1,7 +1,6 @@
import React, { FC } from 'react';
import {
designable,
Div,
H2,
Section,
Fragment,
Expand All @@ -14,8 +13,8 @@ import { SectionComponents, SectionBaseProps } from './types';

const sectionComponents: SectionComponents = {
Wrapper: Section,
TitleWrapper: Div,
Title: H2,
TitleWrapper: H2,
Title: Fragment,
LinkWrapper: Fragment,
Link: Fragment,
DescriptionWrapper: Fragment,
Expand Down

0 comments on commit 3362a81

Please sign in to comment.