File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
import rwpLogo from "~assets/brand/replaywebpage-icon-color.svg" ;
2
2
import brandLockupColor from "~assets/brand/replaywebpage-lockup-color.svg" ;
3
+ import webrecorderLockupColor from "~assets/brand/webrecorder-lockup-color.svg" ;
3
4
import btAngleDoubleDown from "~assets/icons/chevron-double-down.svg" ;
4
5
import btAngleDoubleUp from "~assets/icons/chevron-double-up.svg" ;
5
6
import fabGithub from "@fortawesome/fontawesome-free/svgs/brands/github.svg" ;
@@ -232,7 +233,7 @@ export class RWPEmbedReceipt extends LitElement {
232
233
style ="white-space: nowrap; "
233
234
target ="_blank "
234
235
href ="https://replayweb.page "
235
- > replayweb .page</ a
236
+ > ReplayWeb .page</ a
236
237
> .
237
238
</ p >
238
239
${ sourceUrl
@@ -310,16 +311,17 @@ export class RWPEmbedReceipt extends LitElement {
310
311
< div >
311
312
< a
312
313
target ="_blank "
313
- href ="https://replayweb.page "
314
- aria-label ="ReplayWeb.page Home "
314
+ href ="https://webrecorder.net/ "
315
+ aria-label ="Webrecorder "
315
316
>
316
317
< fa-icon
317
318
size =""
318
- height ="1.5rem "
319
- width ="12rem "
320
- .svg =${ brandLockupColor }
319
+ height ="1rem "
320
+ width ="10rem "
321
+ .svg =${ webrecorderLockupColor }
321
322
aria-label =""
322
323
aria-hidden="true"
324
+ style="color:#001219;"
323
325
> </ fa-icon >
324
326
</ a >
325
327
</ div >
@@ -332,7 +334,7 @@ export class RWPEmbedReceipt extends LitElement {
332
334
> Source Code
333
335
< fa-icon
334
336
class ="menu-logo ml-1 "
335
- size ="1.0rem "
337
+ size ="1rem "
336
338
aria-hidden ="true "
337
339
.svg =${ fabGithub }
338
340
> </ fa-icon >
You can’t perform that action at this time.
0 commit comments