From a892f105f4c8a83bac7fbccf637fc2232921e46f Mon Sep 17 00:00:00 2001 From: Paul <41552663+molecula451@users.noreply.github.com> Date: Fri, 14 Aug 2020 08:18:33 -0400 Subject: [PATCH] Timeline Vision Data Issue fix (#7230) * tiny fix typo * ending paragraph * fix timeline * timeline fix data --- app/assets/v2/css/vision.css | 4 ++-- app/retail/templates/vision.html | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/assets/v2/css/vision.css b/app/assets/v2/css/vision.css index 0e419ac92a0..c61bea0dfa8 100644 --- a/app/assets/v2/css/vision.css +++ b/app/assets/v2/css/vision.css @@ -62,7 +62,7 @@ } .tl-event:before { - content: attr(data-time); + content: attr(data); width: 4rem; height: 4rem; background: var(--tl-bg); @@ -163,4 +163,4 @@ li.market { text-align: right; list-style-position: inside; } -} \ No newline at end of file +} diff --git a/app/retail/templates/vision.html b/app/retail/templates/vision.html index 6ef845bf6f2..a3e6492cf40 100644 --- a/app/retail/templates/vision.html +++ b/app/retail/templates/vision.html @@ -1,5 +1,5 @@ {% comment %} - Copyright (C) 2019 Gitcoin Core + Copyright (C) 2020 Gitcoin Core This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published @@ -49,7 +49,7 @@
{% trans "When the internet came along, p2p content changed the way the world exchanged information; from our media, to our arts, to how we consume our news." %}
-{% trans "We believe that DLT (distributed ledger technology), especially Ethereum, has the potential to change the way the world exchanges value.s" %}
+{% trans "We believe that DLT (distributed ledger technology), especially Ethereum, has the potential to change the way the world exchanges values." %}
{% trans "What changes will that portend for the world in the 21st century? We think that it could change the way we do purchases, make investments, and how we think about work." %}
{% trans "We are at the beginning of a decades-long shift in how humanity exchanges value in the network'd age." %}