File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
lib/legacy/flows/dappsExplorer
routes/(new-styling)/(resuming-channel)/resume-openid-authorize Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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 />
You can’t perform that action at this time.
0 commit comments