forked from MapComplete/MapComplete
chore: formatting
This commit is contained in:
parent
c596e3750c
commit
4849f881e6
9 changed files with 75 additions and 67 deletions
|
@ -13,7 +13,7 @@ export class SubtleButton extends UIElement {
|
|||
private readonly options: {
|
||||
url?: string | Store<string>
|
||||
newTab?: boolean
|
||||
imgSize?: string,
|
||||
imgSize?: string
|
||||
extraClasses?: string
|
||||
}
|
||||
|
||||
|
@ -23,7 +23,7 @@ export class SubtleButton extends UIElement {
|
|||
options: {
|
||||
url?: string | Store<string>
|
||||
newTab?: boolean
|
||||
imgSize?: "h-11 w-11" | string,
|
||||
imgSize?: "h-11 w-11" | string
|
||||
extraClasses?: string
|
||||
} = {}
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue