Skip to content

Commit

Permalink
Apply yarn lint fix to resolve errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomDietrich committed Mar 27, 2023
1 parent c2e201d commit 00b2561
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/horizonCard/HorizonCardGraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class HorizonCardGraph {
const dayID = 'day-gradient'
const duskID = 'dusk-gradient'

const viewBox = "0 0 550 150"
const viewBox = '0 0 550 150'
// TODO: Check sun opacity

return html`
Expand Down
1 change: 0 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import tr from './assets/localization/languages/tr.json'
import uk from './assets/localization/languages/uk.json'
import zh_Hans from './assets/localization/languages/zh-Hans.json'
import zh_Hant from './assets/localization/languages/zh-Hant.json'

import { IHorizonCardConfig, THorizonCardI18NKeys, THorizonCardTimes, TSunInfo } from './types'

export class Constants {
Expand Down

0 comments on commit 00b2561

Please sign in to comment.