summaryrefslogtreecommitdiff
path: root/public/application.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/application.js')
-rw-r--r--public/application.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/application.js b/public/application.js
index ba478a8..7c27a6b 100644
--- a/public/application.js
+++ b/public/application.js
@@ -14,7 +14,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
},
computed: {
heading: function() {
- return this.sparkles.length == 0 ? "No Sparkles Sent" : "Recent Sparkles";
+ return this.sparkles.length == 0 ? "Nothing to see here" : "Recent";
},
recentSparkles: function() {
return this.sparkles.reverse();