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>