From 74d9a25cf26d23ea91f6b425c0336b5e30982001 Mon Sep 17 00:00:00 2001 From: Svante Bengtson Date: Mon, 15 Jul 2024 15:04:22 +0200 Subject: [PATCH] fix build --- src/views/ropescore/Leaderboard.vue | 2 +- src/views/ropescore/OnFloor.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ropescore/Leaderboard.vue b/src/views/ropescore/Leaderboard.vue index 050a6b7..32037dc 100644 --- a/src/views/ropescore/Leaderboard.vue +++ b/src/views/ropescore/Leaderboard.vue @@ -129,7 +129,7 @@ import { useCompetitionEvent } from '../../hooks/ruleset' import { formatList } from '../../helpers' import { useTheme } from '../../hooks/theme' -import SvGFLogo from '../assets/svgf-icon-svenskgymnastik-white.svg' +import SvGFLogo from '../../assets/svgf-icon-svenskgymnastik-white.svg' useHead({ title: '📺 Competition (Leaderboard)' diff --git a/src/views/ropescore/OnFloor.vue b/src/views/ropescore/OnFloor.vue index 65fc7d4..b9914c8 100644 --- a/src/views/ropescore/OnFloor.vue +++ b/src/views/ropescore/OnFloor.vue @@ -81,7 +81,7 @@ import { useHead } from '@vueuse/head' import { formatList } from '../../helpers' import { useKeyColor, useTheme } from '../../hooks/theme' -import SvGFLogo from '../assets/svgf-icon-svenskgymnastik-white.svg' +import SvGFLogo from '../../assets/svgf-icon-svenskgymnastik-white.svg' useHead({ title: '📺 Competition (On Floor)'