Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschampagne committed May 25, 2022
1 parent 99f6410 commit 8070a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webextension/scripts/elevate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ export class Elevate {
public handleDesktopAppPromo(): void {
const html = `<div id="desktopAppPromo" style="display: flex; justify-content: flex-start; background-color: rgba(0, 0, 0, 0.8); color: white; font-size: 12px; position: relative; z-index: 999; padding-top: 10px; padding-bottom: 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; text-align: center; border-bottom: 1px solid lightgray">
<div style="margin-left: 10px; white-space: nowrap; flex: 1; display: flex; justify-content: flex-start;">
<strong>"Elevate Desktop App" is now available as Beta: more features included within & still FREE!</strong>
<strong>"Elevate Desktop App" is now available as Beta: more features included inside & still FREE!</strong>
</div>
<div style="margin-right: 10px; white-space: nowrap; flex: 1; display: flex; justify-content: flex-end;">
<div class="btn btn-primary btn-xs" id="desktopAppPromo_goto" style="margin-right: 10px;">Download "Elevate Desktop App" for Free</div>
Expand Down

0 comments on commit 8070a73

Please sign in to comment.