Remove reference social card.

This commit is contained in:
Bradley Shellnut 2023-09-14 16:54:05 -07:00
parent 9298a88ba7
commit 7b9b9a1d64

View file

@ -1,6 +1,5 @@
<script lang="ts">
// 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 logo from '$lib/assets/bored-game.png';
@ -26,9 +25,6 @@
<!-- <TextSearch showButton advancedSearch data={data.form} /> -->
</div>
<SocialImageCard header="Bored Game" page="Home" content="Test" image={logo} width={1200} height={630}>
</SocialImageCard>
<style lang="scss">
.game-search {
display: grid;