Browse Source

chore: fix formatting issues

pull/5742/head
HarjobandeepSingh 2 weeks ago
parent
commit
c060c8b5db
  1. 2
      apps/client/src/app/pages/blog/blog-page.routes.ts

2
apps/client/src/app/pages/blog/blog-page.routes.ts

@ -118,7 +118,7 @@ export const routes: Routes = [
import( import(
'./2023/03/1000-stars-on-github/1000-stars-on-github-page.component' './2023/03/1000-stars-on-github/1000-stars-on-github-page.component'
).then((c) => c.ThousandStarsOnGitHubPageComponent), ).then((c) => c.ThousandStarsOnGitHubPageComponent),
title: 'Ghostfolio reaches 1\'000 Stars on GitHub' title: "Ghostfolio reaches 1'000 Stars on GitHub"
}, },
{ {
canActivate: [AuthGuard], canActivate: [AuthGuard],

Loading…
Cancel
Save