Skip to content

Commit

Permalink
Updates embed receipt with new Webrecorder logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrinks99 committed Nov 23, 2024
1 parent c91017c commit c021e45
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions src/assets/brand/webrecorder-lockup-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 9 additions & 7 deletions src/embed-receipt.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import rwpLogo from "~assets/brand/replaywebpage-icon-color.svg";
import brandLockupColor from "~assets/brand/replaywebpage-lockup-color.svg";

Check failure on line 2 in src/embed-receipt.ts

View workflow job for this annotation

GitHub Actions / lint

'brandLockupColor' is defined but never used. Allowed unused vars must match /^_/u
import webrecorderLockupColor from "~assets/brand/webrecorder-lockup-color.svg";
import btAngleDoubleDown from "~assets/icons/chevron-double-down.svg";
import btAngleDoubleUp from "~assets/icons/chevron-double-up.svg";
import fabGithub from "@fortawesome/fontawesome-free/svgs/brands/github.svg";
Expand Down Expand Up @@ -232,7 +233,7 @@ export class RWPEmbedReceipt extends LitElement {
style="white-space: nowrap;"
target="_blank"
href="https://replayweb.page"
>replayweb.page</a
>ReplayWeb.page</a
>.
</p>
${sourceUrl
Expand Down Expand Up @@ -310,16 +311,17 @@ export class RWPEmbedReceipt extends LitElement {
<div>
<a
target="_blank"
href="https://replayweb.page"
aria-label="ReplayWeb.page Home"
href="https://webrecorder.net/"
aria-label="Webrecorder"
>
<fa-icon
size=""
height="1.5rem"
width="12rem"
.svg=${brandLockupColor}
height="1rem"
width="10rem"
.svg=${webrecorderLockupColor}
aria-label=""
aria-hidden="true"
style="color:#001219;"
></fa-icon>
</a>
</div>
Expand All @@ -332,7 +334,7 @@ export class RWPEmbedReceipt extends LitElement {
>Source Code
<fa-icon
class="menu-logo ml-1"
size="1.0rem"
size="1rem"
aria-hidden="true"
.svg=${fabGithub}
></fa-icon>
Expand Down

0 comments on commit c021e45

Please sign in to comment.