diff options
author | sameerasw <[email protected]> | 2025-02-26 18:38:53 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-02-26 18:38:53 +0530 |
commit | 3b0070518d96f8c7a924f7b8b178877c8207dfd3 (patch) | |
tree | f1e6ebc28ba5c537dc61924b04dac7ab88d86ca0 /popup | |
parent | 28dd66e7e5860b81c25b1876cfc34cb277ebe81e (diff) |
Theme request and issues button
Diffstat (limited to 'popup')
-rw-r--r-- | popup/popup.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/popup/popup.html b/popup/popup.html index 2042ae1..735babb 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -55,8 +55,8 @@ <i class="fas fa-book"></i> Styles Repository </a> <div class="footer-divider"></div> - <a href="https://github.com/sameerasw/zeninternet/" class="footer-link" target="_blank"> - <i class="fa-brands fa-github"></i> Github Repository + <a href="https://github.com/sameerasw/my-internet/issues/new/choose" class="footer-link" target="_blank"> + <i class="fa-brands fa-github"></i> Issues? Theme Requests? </a> </footer> </div> |