From f79a3ed59c9460bdaf699507e14721f551dfa028 Mon Sep 17 00:00:00 2001
From: harvanchik <66141166+harvanchik@users.noreply.github.com>
Date: Sat, 11 May 2024 14:46:19 -0700
Subject: [PATCH] attempt to fix svg paths
---
src/routes/+page.svelte | 2 +-
src/routes/c/[casePlayId]/+page.svelte | 2 +-
svelte.config.js | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index bbec00b..e14f232 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -122,7 +122,7 @@
target="_blank"
class="my-auto mb-1.5 ml-4 opacity-85 transition-transform duration-150 hover:scale-110 hover:opacity-100"
>
-
+
{/if}
diff --git a/src/routes/c/[casePlayId]/+page.svelte b/src/routes/c/[casePlayId]/+page.svelte
index 492e296..46a13e1 100644
--- a/src/routes/c/[casePlayId]/+page.svelte
+++ b/src/routes/c/[casePlayId]/+page.svelte
@@ -119,7 +119,7 @@
target="_blank"
class="my-auto mb-3 ml-5 h-8 opacity-85 transition-transform duration-150 hover:scale-110 hover:opacity-100"
>
-
+
{/if}
diff --git a/svelte.config.js b/svelte.config.js
index 71471ef..b319692 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -1,5 +1,5 @@
import adapter from '@sveltejs/adapter-auto';
-import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
+import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */
const config = {