diff options
author | SD745 <79173197+SD745@users.noreply.github.com> | 2022-02-19 17:15:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-19 20:15:32 +0300 |
commit | 3438db741c23defc1d2edc95be8525ad8290f216 (patch) | |
tree | 5b3391c2439a8d19cadd1d9ffb09a39d91647de0 /src/pages/popup/popup.html | |
parent | Fixed cookies not working in invidious #44 (diff) | |
download | libredirect-3438db741c23defc1d2edc95be8525ad8290f216.zip |
Fixing Some Presentational Issues (#49)
* Changing YouTube Heading * Changing Page Title and YouTube Link * Fixing Page Title and YouTube Link * Changing Page Title and YouTube Link * Fixing Page Title and YouTube Link * Changing Page Title and YouTube Link * Fix Presentational Issues * Fixing Page Title and YouTube Link * Fixing Page Title and YouTube Link * Fixing Page Title and YouTube Link * Fixing Page Title and YouTube Link * Fixing Page Title and YouTube Link * Fixing Page Title and YouTube Link
Diffstat (limited to 'src/pages/popup/popup.html')
-rw-r--r-- | src/pages/popup/popup.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index f42a0889..6d1d8c80 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -12,7 +12,7 @@ <div class="some-block"> <div class="title"> <img src="../../assets/images/youtube-icon.png" /> - <h4>Youtube</h4> + <h4>YouTube</h4> </div> <input id="disable-invidious" type="checkbox" checked /> </div> @@ -180,4 +180,4 @@ <!-- <script src="../../assets/javascripts/localise.js"></script> --> </body> -</html> \ No newline at end of file +</html> |