diff --git a/client/lib/fauxPlugins.js b/client/lib/fauxPlugins.js
index ed81936c..52d14726 100644
--- a/client/lib/fauxPlugins.js
+++ b/client/lib/fauxPlugins.js
@@ -3,6 +3,7 @@
import React from 'react'
import Reflux from 'reflux'
import Immutable from 'immutable'
+import moment from 'moment'
export default function initPlugins(roomName) {
@@ -847,4 +848,21 @@ export default function initPlugins(roomName) {
})
}
}
+
+ const now = moment()
+ if (now.month() === 11 && (now.date() === 13 || now.date() === 14)) {
+ Heim.hook('page-bottom', () => {
+ return (
+
+ )
+ })
+ }
}
diff --git a/client/static/anniversary.svg b/client/static/anniversary.svg
new file mode 100644
index 00000000..886a8b75
--- /dev/null
+++ b/client/static/anniversary.svg
@@ -0,0 +1,30 @@
+
+