Skip to content

Commit e99c699

Browse files
authored
Update utils.js
1 parent b49b2d4 commit e99c699

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

utils.js

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ axios = {
979979

980980

981981

982-
// HTML Icons
982+
// HTML icons
983983

984984
const repoIcon = '<svg viewBox="0 0 16 16" class="icon" width="24" height="24" aria-hidden="true"><path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 1 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 0 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 0 1 1-1h8zM5 12.25v3.25a.25.25 0 0 0 .4.2l1.45-1.087a.25.25 0 0 1 .3 0L8.6 15.7a.25.25 0 0 0 .4-.2v-3.25a.25.25 0 0 0-.25-.25h-3.5a.25.25 0 0 0-.25.25z" fill="currentColor"></path></svg>';
985985
const fileIcon = '<svg xmlns="http://www.w3.org/2000/svg" class="icon" height="24" viewBox="0 0 24 24" width="24"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.41l-4.83-4.83c-.37-.38-.88-.59-1.41-.59H6zm7 6V3.5L18.5 9H14c-.55 0-1-.45-1-1z" fill="currentColor"></path></svg>';
@@ -1079,18 +1079,6 @@ const fileIntroScreen = `
10791079
`;
10801080

10811081

1082-
const pageErrorScreen = `
1083-
<div class="intro">
1084-
<div class="picture-wrapper">
1085-
<a style="white-space: nowrap;font-size: 58px;font-weight: 600;">🤔</a>
1086-
</div>
1087-
<div class="subhead">
1088-
<div class="title">We couldn't load this page.</div>
1089-
</div>
1090-
<div class="button secondary medium-spacing-top login">Try again</div>
1091-
</div>
1092-
`;
1093-
10941082
const offlineScreen = `
10951083
<div class="intro">
10961084
<div class="picture-wrapper">

0 commit comments

Comments
 (0)