Skip to content

Commit

Permalink
Merge pull request #225 from KenEucker/develop
Browse files Browse the repository at this point in the history
3.2.7
  • Loading branch information
KenEucker authored Jan 8, 2024
2 parents e2688be + 89cb1d0 commit 6fce504
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/components/BikeDex.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<div class="deck">
Player's missed rounds
<template v-for="(tag, i) in props.tags" :key="i">
<div
v-if="tag.foundImageUrl"
Expand Down
3 changes: 1 addition & 2 deletions src/directives/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export { dynamicFontDirective } from './dynamicFont';

export { dynamicFontDirective } from './dynamicFont'
3 changes: 1 addition & 2 deletions src/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ export {
BikeTagMap,
BikeTagMenu,
BikeTagPlayer,
BikeTagQueue
BikeTagQueue,
}

1 change: 0 additions & 1 deletion src/views/Player.vue
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ onMounted(async () => {
}

.achievement {
display: flex;
overflow-x: scroll;
display: inline-flex;
}
Expand Down

0 comments on commit 6fce504

Please sign in to comment.