Browse Source
Bugfix/fix url to fear and greed index (#221)
* Fix url
* Update changelog
pull/223/head
Thomas
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/resources/resources-page.html
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Fixed the chart on the landing page |
|
|
|
- Fixed the url to the _Fear & Greed Index_ on the resources page |
|
|
|
|
|
|
|
## 1.26.0 - 17.07.2021 |
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<a |
|
|
|
href="https://money.cnn.com/data/fear-and-greed" |
|
|
|
href="https://money.cnn.com/data/fear-and-greed/" |
|
|
|
target="_blank" |
|
|
|
>Fear & Greed Index →</a |
|
|
|
> |
|
|
|