Browse Source
Feature/add Stealth Wealth to glossary (#5754)
* Add Stealth Wealth
* Update changelog
pull/5764/head
Thomas Kaul
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
18 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/resources/glossary/resources-glossary.component.html
|
|
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
- Extended the glossary of the resources page by _Stealth Wealth_ |
|
|
|
- Added a _Storybook_ story for the holdings table component |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
@ -132,6 +132,23 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="mb-4 media"> |
|
|
|
<div class="media-body"> |
|
|
|
<h3 class="h5 mt-0">Stealth Wealth</h3> |
|
|
|
<div class="mb-1"> |
|
|
|
Stealth wealth is a lifestyle choice where you don’t openly show |
|
|
|
off your wealth, but instead live quietly to maintain privacy and |
|
|
|
security. |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<a |
|
|
|
href="https://en.wikipedia.org/wiki/Stealth_wealth" |
|
|
|
target="_blank" |
|
|
|
>Stealth Wealth →</a |
|
|
|
> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|