mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 03:26:59 +00:00
Add Footer component to FlagQuiz and Game pages for consistent layout
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<script>
|
<script>
|
||||||
import { onMount } from 'svelte';
|
import { onMount } from 'svelte';
|
||||||
import Header from '../components/Header.svelte';
|
import Header from '../components/Header.svelte';
|
||||||
|
import Footer from '../components/Footer.svelte';
|
||||||
import InlineSvg from '../components/InlineSvg.svelte';
|
import InlineSvg from '../components/InlineSvg.svelte';
|
||||||
import Achievements from '../components/Achievements.svelte';
|
import Achievements from '../components/Achievements.svelte';
|
||||||
import AchievementButton from '../components/AchievementButton.svelte';
|
import AchievementButton from '../components/AchievementButton.svelte';
|
||||||
@@ -703,6 +704,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
<Footer />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.flag-quiz {
|
.flag-quiz {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
import { onMount } from 'svelte';
|
import { onMount } from 'svelte';
|
||||||
import { collections } from '../collections.js';
|
import { collections } from '../collections.js';
|
||||||
import Header from '../components/Header.svelte';
|
import Header from '../components/Header.svelte';
|
||||||
|
import Footer from '../components/Footer.svelte';
|
||||||
|
|
||||||
let availableGames = [
|
let availableGames = [
|
||||||
{
|
{
|
||||||
@@ -83,6 +84,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
<Footer />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.game-selection {
|
.game-selection {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|||||||
Reference in New Issue
Block a user