diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-28 14:49:02 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-28 14:49:02 -0600 |
| commit | bae54a9df4a50fec9576895624f0f474d7816764 (patch) | |
| tree | 85fe04bb14e145709040eac0a0085367db18c336 /public/application.js | |
| parent | ea886371e485885d88bac685aab276e36ffedb4f (diff) | |
feat: add a header and a footer
Diffstat (limited to 'public/application.js')
| -rw-r--r-- | public/application.js | 2 |
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(); |
