We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6246f commit 5e3ac5bCopy full SHA for 5e3ac5b
src/components/SectionTitle/TitleSection.tsx
@@ -44,7 +44,7 @@ const StyledTitle = styled.h1`
44
}
45
`;
46
47
-const StyledSubTitle = styled.h2`
+const StyledSubTitle = styled.h3`
48
color: ${(props) => props.color ?? Color.WHITE};
49
margin-top: 1rem;
50
@media (min-width: 480px) {
src/views/Home/components/Faqs/Faqs.tsx
@@ -95,7 +95,7 @@ const Faqs: FC<React.PropsWithChildren<unknown>> = () => {
95
href="https://youtu.be/k7iMIXtNKyo"
96
rel="noreferrer"
97
target="_blank"
98
- >
+ >{" "}
99
2024 edition —
100
</StyledSummaryLink>
101
<StyledSummaryLink
0 commit comments