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