Changes to page setup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user