Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter committed Jul 15, 2024
1 parent 668b870 commit 74d9a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/ropescore/Leaderboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down
2 changes: 1 addition & 1 deletion src/views/ropescore/OnFloor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down

0 comments on commit 74d9a25

Please sign in to comment.