[UI/landing]: no hard-coded year

This commit is contained in:
41666 2019-05-12 09:32:35 -05:00
parent 83f75304c8
commit b529757eba
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF

View file

@ -27,7 +27,7 @@ const Landing = ({ root = false }) =>
{/* role side */} {/* role side */}
<div className="uk-width-1-2"> <div className="uk-width-1-2">
<RoleypolyDemo /> <RoleypolyDemo />
<p className="subtext">It's 2018. We can do better.</p> <p className="subtext">It's {(new Date()).getUTCFullYear()}. We can do better.</p>
</div> </div>
</section> </section>
</div> </div>