Skip to content

Commit d2d9ef1

Browse files
authored
Merge pull request #1193 from civictechindex/naming-adjustments-footer-folder
updated names of files
2 parents 035c145 + 8f97862 commit d2d9ef1

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

src/components/Footer/FooterLarge.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ import React from 'react';
22
import Box from '@material-ui/core/Box';
33
import Container from '@material-ui/core/Container';
44
import useStyles from './styles';
5-
65
import LinkList from './LinkList';
7-
import SocialSection from './socialSection';
8-
import SubscribeSection from './subscribeSection';
6+
import SocialSection from './SocialSection';
7+
import SubscribeSection from './SubscribeSection';
98
import Annotation from './Annotation';
109
import { navigation } from '../../navigation';
1110

src/components/Footer/FooterSmall.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import Grid from '@material-ui/core/Grid';
44
import useStyles from './styles';
55

66
import DropdownList from './DropdownList';
7-
import SocialSection from './socialSection';
8-
import SubscribeSection from './subscribeSection';
7+
import SocialSection from './SocialSection';
8+
import SubscribeSection from './SubscribeSection';
99
import Annotation from './Annotation';
1010
import { navigation } from '../../navigation';
1111

0 commit comments

Comments
 (0)