diff options
| author | sameerasw <[email protected]> | 2025-05-09 01:35:35 +0530 |
|---|---|---|
| committer | sameerasw <[email protected]> | 2025-05-09 01:35:35 +0530 |
| commit | 3badfce6d20405153864180deaa86136014b2cba (patch) | |
| tree | b0deeab10a5da50d24b4ba987be27ef43991a7d3 /popup/popup.html | |
| parent | 29a6a8b340e27024ba27c2ff42e4bb35599ee33e (diff) | |
added global hover and footer options
Diffstat (limited to 'popup/popup.html')
| -rw-r--r-- | popup/popup.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/popup/popup.html b/popup/popup.html index 254cd9b..2b8c48d 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -14,8 +14,7 @@ <header class="app-header"> <div id="header-container"> <div class="logo-container"> - <!-- <img src="../assets/images/logo.png" alt="ZenInternet Logo" class="logo-img"> --> - <img src="https://external-preview.redd.it/the-official-logo-of-gta-vi-v0-1mq-hMopb6xLaUw4iyglIEx-nf0AVeA4hzLLS7fWvLw.png?width=640&crop=smart&auto=webp&s=1c34f0c510bf28fc66942b1e070eeb94f1fda3e9" alt="ZenInternet Logo" class="logo-img"> + <img src="../assets/images/logo.png" alt="ZenInternet Logo" class="logo-img"> <h1 class="app-title">Zen Internet</h1> </div> <div class="miniheader"> |
