diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index ba921f6e..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "firefox", - "request": "launch", - "name": "Vue", - "url": "http://localhost:3000", - "webRoot": "${workspaceFolder}", - "pathMappings": [ - { - "url": "webpack:///src/", - "path": "${webRoot}/" - } - ] - } - ] -} diff --git a/components/blocks/LeaderboardInfo/LeaderboardInfo.vue b/components/blocks/LeaderboardInfo/LeaderboardInfo.vue index a32058df..b0b76948 100644 --- a/components/blocks/LeaderboardInfo/LeaderboardInfo.vue +++ b/components/blocks/LeaderboardInfo/LeaderboardInfo.vue @@ -25,15 +25,15 @@ defineProps()