Skip to content

Commit 0bfe133

Browse files
chore: handle prettier issue
1 parent 91a71b0 commit 0bfe133

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

remote.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,19 @@
1414
rel="stylesheet"
1515
type="text/css"
1616
href="css/roboto.css"
17-
onerror="this.onerror=null;this.href='fonts/roboto.css';"
17+
onerror="
18+
this.onerror = null;
19+
this.href = 'fonts/roboto.css';
20+
"
1821
/>
1922
<link
2023
rel="stylesheet"
2124
type="text/css"
2225
href="css/font-awesome.css"
23-
onerror="this.onerror=null;this.href='vendor/css/font-awesome.css';"
26+
onerror="
27+
this.onerror = null;
28+
this.href = 'vendor/css/font-awesome.css';
29+
"
2430
/>
2531
<link
2632
rel="stylesheet"

0 commit comments

Comments
 (0)