Skip to content

Commit 5e3ac5b

Browse files
committed
refactor: Change SectionTitle subtitle from h2 to h3 and add a space to Faqs link.
1 parent 6d6246f commit 5e3ac5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/SectionTitle/TitleSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const StyledTitle = styled.h1`
4444
}
4545
`;
4646

47-
const StyledSubTitle = styled.h2`
47+
const StyledSubTitle = styled.h3`
4848
color: ${(props) => props.color ?? Color.WHITE};
4949
margin-top: 1rem;
5050
@media (min-width: 480px) {

src/views/Home/components/Faqs/Faqs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const Faqs: FC<React.PropsWithChildren<unknown>> = () => {
9595
href="https://youtu.be/k7iMIXtNKyo"
9696
rel="noreferrer"
9797
target="_blank"
98-
>
98+
>{" "}
9999
2024 edition —
100100
</StyledSummaryLink>
101101
<StyledSummaryLink

0 commit comments

Comments
 (0)