Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Nov 15, 2023
1 parent 7611515 commit d7f97e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 136 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.local
*.log
**/auto-imports.d.ts
**/components.d.ts
.DS_Store
.eslintcache
.idea/
Expand Down
134 changes: 0 additions & 134 deletions apps/web/components.d.ts

This file was deleted.

3 changes: 1 addition & 2 deletions apps/web/src/components/MedalImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
/>
<circle
transform="rotate(270,0,0)"
class="bar"
:class="{ [medalColors[level]]: true }"
:class="`bar ${medalColors[level]}`"
cx="-50"
cy="50"
:r="radius"
Expand Down

0 comments on commit d7f97e2

Please sign in to comment.