Remove googli
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
import { getCurrentCharacter } from "src/ts/storage/database.svelte";
|
import { getCurrentCharacter } from "src/ts/storage/database.svelte";
|
||||||
import { message } from "@tauri-apps/plugin-dialog";
|
import { message } from "@tauri-apps/plugin-dialog";
|
||||||
import HypaV3Modal from './HypaV3Modal.svelte';
|
import HypaV3Modal from './HypaV3Modal.svelte';
|
||||||
import Googli from "../UI/Googli.svelte";
|
|
||||||
let btn
|
let btn
|
||||||
let input = $state('')
|
let input = $state('')
|
||||||
let cardExportType = $state('realm')
|
let cardExportType = $state('realm')
|
||||||
@@ -119,9 +118,6 @@
|
|||||||
<div class="w-full flex justify-center mt-6">
|
<div class="w-full flex justify-center mt-6">
|
||||||
<span class="text-gray-500 text-sm">{$alertStore.submsg + '%'}</span>
|
<span class="text-gray-500 text-sm">{$alertStore.submsg + '%'}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-full flex justify-center">
|
|
||||||
<Googli className="mt-14" />
|
|
||||||
</div>
|
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if $alertStore.type === 'ask'}
|
{#if $alertStore.type === 'ask'}
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
import RealmLicense from "./RealmLicense.svelte";
|
import RealmLicense from "./RealmLicense.svelte";
|
||||||
import MultiLangDisplay from "../GUI/MultiLangDisplay.svelte";
|
import MultiLangDisplay from "../GUI/MultiLangDisplay.svelte";
|
||||||
import { tooltip } from "src/ts/gui/tooltip";
|
import { tooltip } from "src/ts/gui/tooltip";
|
||||||
import Googli from "../Googli.svelte";
|
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
openedData: hubType;
|
openedData: hubType;
|
||||||
@@ -72,8 +71,6 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Googli />
|
|
||||||
|
|
||||||
<div class="flex flex-row-reverse gap-2">
|
<div class="flex flex-row-reverse gap-2">
|
||||||
<button class="text-textcolor2 hover:text-red-500" onclick={(async (e) => {
|
<button class="text-textcolor2 hover:text-red-500" onclick={(async (e) => {
|
||||||
e.stopPropagation()
|
e.stopPropagation()
|
||||||
|
|||||||
Reference in New Issue
Block a user