From c060c8b5db29a289e8f415ba41595c8e75728a81 Mon Sep 17 00:00:00 2001 From: HarjobandeepSingh Date: Fri, 17 Oct 2025 20:39:11 +0530 Subject: [PATCH] chore: fix formatting issues --- apps/client/src/app/pages/blog/blog-page.routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/app/pages/blog/blog-page.routes.ts b/apps/client/src/app/pages/blog/blog-page.routes.ts index 268346831..b52f14699 100644 --- a/apps/client/src/app/pages/blog/blog-page.routes.ts +++ b/apps/client/src/app/pages/blog/blog-page.routes.ts @@ -118,7 +118,7 @@ export const routes: Routes = [ import( './2023/03/1000-stars-on-github/1000-stars-on-github-page.component' ).then((c) => c.ThousandStarsOnGitHubPageComponent), - title: 'Ghostfolio reaches 1\'000 Stars on GitHub' + title: "Ghostfolio reaches 1'000 Stars on GitHub" }, { canActivate: [AuthGuard],