diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-02-04 23:07:47 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-02-04 23:07:47 +0300 |
commit | 236f839eacc42e3435fecd89c44ff40f5a2f57d2 (patch) | |
tree | 7bc73f51d7a3d20f32a09f2a71abccd560efb88b /src/pages/options/reddit | |
parent | Cleaning and refining settings (diff) | |
download | libredirect-236f839eacc42e3435fecd89c44ff40f5a2f57d2.zip |
Refining code and design
Diffstat (limited to 'src/pages/options/reddit')
-rw-r--r-- | src/pages/options/reddit/reddit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/options/reddit/reddit.html b/src/pages/options/reddit/reddit.html index b3f9c7c7..9dd59d73 100644 --- a/src/pages/options/reddit/reddit.html +++ b/src/pages/options/reddit/reddit.html @@ -27,7 +27,7 @@ <section class="option-block"> <div class="some-block option-block"> - <h1>Enable</h1> + <h4>Enable</h4> <input id="disable-reddit" type="checkbox" checked /> </div> |