Skip to content

Commit

Permalink
feat(options): Enhance banner with updated message and link
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Sep 11, 2024
1 parent 3047871 commit b5b5a71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
</div>
</div>
<p id="info-banner-message">
<b>Get ready for a new chapter!</b> RECAP is getting a fresh new look.
</p>
<b>RECAP is using Manifest Version 3 now</b>. Enjoy improved features and performance.
<div id="dismiss-banner" class="d-flex align-items-start justify-content-end">
<button type="button" class="close" aria-label="Close">
<span aria-hidden="true">&times;</span>
Expand All @@ -35,7 +34,7 @@
</div>
<div class="input-group-append d-flex justify-content-center">
<a class="btn btn-primary" id="learn-more-button" target="_blank" rel="noopener"
href="https://free.law/2024/07/05/new-branding-rip-flip">
href="https://github.com/freelawproject/recap-chrome/releases/tag/2.8.0">
&nbsp;Learn More
</a>
</div>
Expand Down

0 comments on commit b5b5a71

Please sign in to comment.