This commit is contained in:
Simeon Pursiainen
2025-09-11 21:21:13 +03:00
parent c015f0a275
commit e4784e1932
9 changed files with 59 additions and 34 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;