mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
Renamed platforms footer component
This commit is contained in:
parent
da4891c5b3
commit
02d2584317
2 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
.
|
||||
</small>
|
||||
|
||||
<igdb-credit />
|
||||
<igdb-credit gray />
|
||||
</footer>
|
||||
</template>
|
||||
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue