mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
[UI/landing]: no hard-coded year
This commit is contained in:
parent
83f75304c8
commit
b529757eba
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const Landing = ({ root = false }) =>
|
|||
{/* role side */}
|
||||
<div className="uk-width-1-2">
|
||||
<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>
|
||||
</section>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue