mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +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 */}
|
{/* 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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue