mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Remove reference social card.
This commit is contained in:
parent
9298a88ba7
commit
7b9b9a1d64
1 changed files with 0 additions and 4 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
// import TextSearch from '$lib/components/search/textSearch/index.svelte';
|
// import TextSearch from '$lib/components/search/textSearch/index.svelte';
|
||||||
import SocialImageCard from '$components/socialImageCard.svelte';
|
|
||||||
import RandomSearch from '$lib/components/search/random/index.svelte';
|
import RandomSearch from '$lib/components/search/random/index.svelte';
|
||||||
import logo from '$lib/assets/bored-game.png';
|
import logo from '$lib/assets/bored-game.png';
|
||||||
|
|
||||||
|
|
@ -26,9 +25,6 @@
|
||||||
<!-- <TextSearch showButton advancedSearch data={data.form} /> -->
|
<!-- <TextSearch showButton advancedSearch data={data.form} /> -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<SocialImageCard header="Bored Game" page="Home" content="Test" image={logo} width={1200} height={630}>
|
|
||||||
</SocialImageCard>
|
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.game-search {
|
.game-search {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue