diff options
Diffstat (limited to 'popup/popup.html')
-rw-r--r-- | popup/popup.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/popup/popup.html b/popup/popup.html index 8ffa03d..1c5c84c 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -87,6 +87,12 @@ </div> </div> + <div class="actions"> + <button id="view-data" class="action-button secondary"> + <i class="fas fa-database"></i> View All Stored Data + </button> + </div> + </main> |