diff options
author | sameerasw <[email protected]> | 2025-04-10 15:23:31 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-04-10 15:23:31 +0530 |
commit | 02950d3ba50e3db6ac4c4a3f61cec1117f933cde (patch) | |
tree | 828cdbb003bd94b0f2e850fc7297262281007b43 /popup/popup.html | |
parent | 3be3f2d5b07b3af1957fabad58be4863bc5b9ac1 (diff) |
What's new button
Diffstat (limited to 'popup/popup.html')
-rw-r--r-- | popup/popup.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/popup/popup.html b/popup/popup.html index 1c5c84c..78515ea 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -17,6 +17,7 @@ </div> <div class="author">by <a href="https://www.sameerasw.com/" target="_blank">@sameerasw</a></div> <div id="addon-version" class="addon-version"></div> + <button id="whats-new" class="whats-new-button" title="What's New">✨</button> </header> <main class="app-content"> |