Skip to content

Commit

Permalink
chore: updte prettier, run format:write
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Jan 14, 2025
1 parent dd1e81e commit b3a6167
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
5 changes: 4 additions & 1 deletion apps/datahub/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@ export const metaReducers: MetaReducer[] = !environment.production ? [] : []
bootstrap: [AppComponent],
})
export class AppModule {
constructor(router: Router, @Inject(DOCUMENT) private document: Document) {
constructor(
router: Router,
@Inject(DOCUMENT) private document: Document
) {
ThemeService.applyCssVariables(
getThemeConfig().PRIMARY_COLOR,
getThemeConfig().SECONDARY_COLOR,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ export class OrganizationHeaderComponent {
foregroundColor = getThemeConfig().HEADER_FOREGROUND_COLOR || '#ffffff'
showLanguageSwitcher = getGlobalConfig().LANGUAGES?.length > 0

constructor(private location: Location, private router: Router) {}
constructor(
private location: Location,
private router: Router
) {}

back() {
this.organization
Expand Down
5 changes: 1 addition & 4 deletions docs/guide/custom-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,7 @@ The root `index.html` file of your application should include the Material Symbo
<!-- ... -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
</head>
```

Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"ngx-translate-testing": "^6.1.0",
"nx": "20.2.2",
"postcss": "^8.4.31",
"prettier": "2.7.1",
"prettier": "3.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3",
Expand Down

0 comments on commit b3a6167

Please sign in to comment.