-
Black Friday 2023
-
2023-11-18
+
Black Week 2023
+
2023-11-19
@@ -23,7 +23,7 @@
[enableLink]="false"
>
- annual plan with our exclusive Black Friday deal. Elevate your
+ annual plan with our exclusive Black Week deal. Elevate your
financial strategy with the power of Ghostfolio designed to give you
the full picture of your assets.
@@ -37,8 +37,8 @@
>
is a modern web application to manage personal finances. This Open
Source Software (OSS) dynamically aggregates your diverse assets
- including stocks, ETFs, cryptocurrencies, commodities, and more,
- presenting a comprehensive overview of your portfolio in real-time.
+ including stocks, ETFs, cryptocurrencies, commodities, etc. and
+ presents a comprehensive overview of your portfolio in real-time.
Empower yourself to make informed, data-driven investment decisions
with the robust analytics at your fingertips. Explore the numerous
features to enhance your
@@ -47,8 +47,8 @@
- Snap the limited Black Friday 2023 deal before it’s gone. For
- detailed information on plans and pricing, please visit our
+ Snap the limited Black Week 2023 deal before it’s gone. For detailed
+ information on plans and pricing, please visit our
pricing page.
@@ -65,6 +65,9 @@
Black Friday
+
+ Black Week
+
Cloud
@@ -148,7 +151,7 @@
aria-current="page"
class="active breadcrumb-item text-truncate"
>
- Black Friday 2023
+ Black Week 2023
diff --git a/apps/client/src/app/pages/blog/blog-page-routing.module.ts b/apps/client/src/app/pages/blog/blog-page-routing.module.ts
index 9f725960d..487f53f02 100644
--- a/apps/client/src/app/pages/blog/blog-page-routing.module.ts
+++ b/apps/client/src/app/pages/blog/blog-page-routing.module.ts
@@ -175,12 +175,12 @@ const routes: Routes = [
},
{
canActivate: [AuthGuard],
- path: '2023/11/black-friday-2023',
+ path: '2023/11/black-week-2023',
loadComponent: () =>
- import(
- './2023/11/black-friday-2023/black-friday-2023-page.component'
- ).then((c) => c.BlackFriday2023PageComponent),
- title: 'Black Friday 2023'
+ import('./2023/11/black-week-2023/black-week-2023-page.component').then(
+ (c) => c.BlackWeek2023PageComponent
+ ),
+ title: 'Black Week 2023'
}
];
diff --git a/apps/client/src/app/pages/blog/blog-page.html b/apps/client/src/app/pages/blog/blog-page.html
index 2bf207209..70bf771e3 100644
--- a/apps/client/src/app/pages/blog/blog-page.html
+++ b/apps/client/src/app/pages/blog/blog-page.html
@@ -18,11 +18,11 @@