diff --git a/src/components/app/app-demo.ts b/src/components/app/app-demo.ts
index 3538b67..354cd8a 100644
--- a/src/components/app/app-demo.ts
+++ b/src/components/app/app-demo.ts
@@ -30,16 +30,15 @@ export default class AppDemo
app.showRating = true
app.$alert(
- 'This demo analyzes an offline snapshot of my data from Jun 6, 2020,
' +
+ 'This demo analyzes an offline snapshot of my data from Jun 6, 2020, ' +
'which displays my academic results from Junior year.
' +
'
' +
- 'Online features like submitting reviews obviously won\'t work,
' +
- 'Besides from that, feel free to click around! ๐
' +
+ 'Feel free to click around! ๐
' +
'
' +
'-- The Veracross Analyzer Team (YGui)
' +
'-- Made with ๐งก in SJP',
'๐ฅณ Welcome to VeracrossAnalyzer Demo!',
- {dangerouslyUseHTMLString: true, confirmButtonText: 'OK', customClass: 'comic'});
+ {dangerouslyUseHTMLString: true, confirmButtonText: 'OK'});
})
})
}