Skip to content

Commit ba717e1

Browse files
committed
Fix build
1 parent ea7c9ba commit ba717e1

File tree

2 files changed

+0
-15
lines changed
  • src/frontend/src
    • lib/legacy/flows/dappsExplorer
    • routes/(new-styling)/(resuming-channel)/resume-openid-authorize

2 files changed

+0
-15
lines changed

src/frontend/src/lib/legacy/flows/dappsExplorer/dapps.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,6 @@ export class KnownDapp {
4949
] as string;
5050
}
5151

52-
public get logoDarkSrc(): string | undefined {
53-
if (this.descr.logoDark === undefined) {
54-
return;
55-
}
56-
return iconFiles[
57-
`/src/frontend/src/lib/icons/${this.descr.logoDark}`
58-
] as string;
59-
}
60-
6152
public get name(): string {
6253
return this.descr.name;
6354
}

src/frontend/src/routes/(new-styling)/(resuming-channel)/resume-openid-authorize/+page.svelte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,6 @@
200200
delay: 500,
201201
}}
202202
d="M 46 1 H 71 A 20 20 0 0 1 91 21 V 71 A 20 20 0 0 1 71 91 H 21 A 20 20 0 0 1 1 71 V 21 A 20 20 0 0 1 21 1 H 46"
203-
x="1"
204-
y="1"
205-
width="90"
206-
height="90"
207-
rx="20"
208-
ry="20"
209203
stroke-linecap="round"
210204
class="stroke-fg-primary fill-none stroke-2"
211205
/>

0 commit comments

Comments
 (0)