summaryrefslogtreecommitdiff
path: root/public/application.js
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-04-28 14:49:02 -0600
committermo khan <mo@mokhan.ca>2025-04-28 14:49:02 -0600
commitbae54a9df4a50fec9576895624f0f474d7816764 (patch)
tree85fe04bb14e145709040eac0a0085367db18c336 /public/application.js
parentea886371e485885d88bac685aab276e36ffedb4f (diff)
feat: add a header and a footer
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();