Renamed platforms footer component

This commit is contained in:
Roman Cervantes 2019-12-13 11:15:36 -07:00
parent da4891c5b3
commit 02d2584317
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@
.
</small>
<igdb-credit />
<igdb-credit gray />
</footer>
</template>

View file

@ -61,13 +61,13 @@
:platforms="filteredPlatforms"
/>
<page-footer />
<platforms-footer />
</div>
</template>
<script>
import platforms from '@/platforms';
import PageFooter from '@/components/Platforms/PageFooter';
import PlatformsFooter from '@/components/Platforms/PlatformsFooter';
import PlatformsGrid from '@/components/Platforms/PlatformsGrid';
import PlatformsList from '@/components/Platforms/PlatformsList';
import Modal from '@/components/Modal';
@ -76,7 +76,7 @@ import { mapState } from 'vuex';
export default {
components: {
PageFooter,
PlatformsFooter,
PlatformsGrid,
PlatformsList,
Modal,