File tree Expand file tree Collapse file tree 3 files changed +3
-235
lines changed Expand file tree Collapse file tree 3 files changed +3
-235
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ import fasCaretUp from "@fortawesome/fontawesome-free/svgs/solid/caret-up.svg";
11
11
import fasShare from "@fortawesome/fontawesome-free/svgs/solid/share.svg" ;
12
12
import fasReshare from "@fortawesome/fontawesome-free/svgs/solid/retweet.svg" ;
13
13
import fasX from "@fortawesome/fontawesome-free/svgs/solid/times.svg" ;
14
-
15
- import btrixCloud from "../../assets/btrix-cloud.svg" ;
14
+ import fasCloudArrowUp from "@fortawesome/fontawesome-free/svgs/solid/cloud-upload-alt.svg" ;
16
15
17
16
import { CollInfo } from "replaywebpage" ;
18
17
import wrRec from "../../assets/recLogo.svg" ;
@@ -289,7 +288,7 @@ class WrRecCollInfo extends CollInfo
289
288
290
289
return html `
291
290
< div class ="is-flex is-flex-direction-column ">
292
- < button @click ="${ this . onUpload } " class ="button is-small " title ="Upload to Cloud ">
291
+ < button @click ="${ this . onUpload } " class ="button is-small " title ="Upload to Browsertrix ">
293
292
< span class ="icon ">
294
293
${ uploadTime && uploadId ?
295
294
! this . isUploadNeeded ? html `
@@ -298,7 +297,7 @@ class WrRecCollInfo extends CollInfo
298
297
< fa-icon aria-hidden ="true " class ="has-text-warning-dark " .svg ="${ fasSync } "> </ fa-icon >
299
298
`
300
299
: html `
301
- < fa-icon aria-hidden ="true " size ="2.2em " .svg ="${ btrixCloud } "> </ fa-icon >
300
+ < fa-icon aria-hidden ="true " size ="1.5em " .svg ="${ fasCloudArrowUp } "> </ fa-icon >
302
301
` }
303
302
</ span >
304
303
</ button >
You can’t perform that action at this time.
0 commit comments