Changes to page setup

This commit is contained in:
SimeonPursiainen
2025-09-11 19:57:40 +03:00
parent eb1348445f
commit 1f72bfbf05
5 changed files with 9 additions and 9 deletions
@@ -28,7 +28,7 @@ const FopasImage = styled.img`
margin-bottom: 1em;
`;
const ForFreshmenPageView: React.FC = () => (
const ForIntlPageView: React.FC = () => (
<>
<ForIntlPageHero />
<TextSection>
@@ -188,4 +188,4 @@ const ForFreshmenPageView: React.FC = () => (
</>
);
export default ForFreshmenPageView;
export default ForIntlPageView;