diff --git a/html/src/app.js b/html/src/app.js
index ef242927..bdcd31dc 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -7541,8 +7541,7 @@ import gameLogService from './service/gamelog.js'
var bodyEnd = '\n---------------------------26696829785232761561272838397--\n';
var body = bodyStart + r.result + bodyEnd
var base64Body = btoa(body);
- API.uploadVRCPlusIcon(base64Body
- ).then((args) => {
+ API.uploadVRCPlusIcon(base64Body).then((args) => {
this.$message({
message: 'Icon uploaded',
type: 'success'
diff --git a/html/src/app.scss b/html/src/app.scss
index 38baf3e0..b98876da 100644
--- a/html/src/app.scss
+++ b/html/src/app.scss
@@ -372,8 +372,8 @@ a {
}
.x-friend-item > .current-vrcplus-icon {
- border:4px solid #67c23a;
- border-radius:50%;
+ border: 4px solid #67c23a;
+ border-radius: 50%;
}
.x-friend-item > .vrcplus-icon > img {