Browse Source

Feature/update slogan (#55)

* Harmonize slogan
pull/56/head
Thomas 3 years ago
committed by GitHub
parent
commit
0816defb95
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CHANGELOG.md
  2. 2
      apps/client/src/assets/site.webmanifest
  3. 8
      apps/client/src/index.html

4
CHANGELOG.md

@ -24,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added the generic scraper symbols to the symbol lookup results
### Changed
- Harmonized the slogan to "Open Source Portfolio Tracker"
## 0.93.0 - 26.04.2021
### Changed

2
apps/client/src/assets/site.webmanifest

@ -1,7 +1,7 @@
{
"background_color": "transparent",
"categories": ["finance", "utilities"],
"description": "Privacy-first Portfolio Tracker",
"description": "Open Source Portfolio Tracker",
"display": "standalone",
"icons": [
{

8
apps/client/src/index.html

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ghostfolio – Privacy-first Portfolio Tracker</title>
<title>Ghostfolio – Open Source Portfolio Tracker</title>
<base href="/" />
<meta charset="utf-8" />
<meta content="yes" name="apple-mobile-web-app-capable" />
@ -25,13 +25,13 @@
/>
<meta
name="twitter:title"
content="Ghostfolio – Privacy-first Portfolio Tracker"
content="Ghostfolio – Open Source Portfolio Tracker"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:description" content="" />
<meta
property="og:title"
content="Ghostfolio – Privacy-first Portfolio Tracker"
content="Ghostfolio – Open Source Portfolio Tracker"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.ghostfol.io" />
@ -42,7 +42,7 @@
<meta property="og:updated_time" content="2021-03-20T00:00:00+00:00" />
<meta
property="og:site_name"
content="Ghostfolio – Privacy-first Portfolio Tracker"
content="Ghostfolio – Open Source Portfolio Tracker"
/>
<link

Loading…
Cancel
Save