commit | fed0bda948ccab561fdf2a353e04676a3adb41fc | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Sat Sep 04 16:13:12 2021 +0100 |
committer | pineafan <pineapplefanyt@gmail.com> | Sat Sep 04 16:13:12 2021 +0100 |
tree | 7e70db4e901a859d1588c2c93575490e15af570d | |
parent | 8808b71b3f3e8484756cbc6d0af24ad18a7393ba [diff] |
theme
diff --git a/Components/NavBar.js b/Components/NavBar.js index 95e5c7d..02a8661 100644 --- a/Components/NavBar.js +++ b/Components/NavBar.js
@@ -88,7 +88,7 @@ <a onClick={this.updateCookie(this)}><img alt="Theme" className={Styles.icon} - src={this.state.cookie + ".svg"} + src={"light.svg"} /></a> </div> </div>