diff --git a/frontend/public/token_default.png b/frontend/public/token_default.png new file mode 100644 index 0000000..6fbc6e3 Binary files /dev/null and b/frontend/public/token_default.png differ diff --git a/frontend/src/components/DatasheetView.vue b/frontend/src/components/DatasheetView.vue index ef1c14d..12794d8 100644 --- a/frontend/src/components/DatasheetView.vue +++ b/frontend/src/components/DatasheetView.vue @@ -3,7 +3,7 @@
- Character Image + Character Image
@@ -100,7 +100,7 @@ export default { imageSrc() { return this.character.image ? `${this.character.image}` - : ""; + : "/token_default.png"; }, }, data() {