TechSpiritSS / Terminal-Portfolio

Terminal Style Portfolio made with HTML / CSS / JS
MIT License
62 stars 82 forks source link

fixed the theme reset issue on reloading #77

Closed BiswajitSahoo-tech closed 1 year ago

BiswajitSahoo-tech commented 1 year ago

Fixes

Fixes #70 by @BiswajitSahoo-tech

Types of changes

Description

I fixed an issue, where on reloading theme choice gets reset. I removed a line of code that caused this. setTheme("default");

This is necessary to fixed because it is essential to save the user preference of theme and set user chosen theme whenever that user visits the site

Preview Link

Checklist:

TechSpiritSS commented 1 year ago

Great 👍 but I'm not sure 1 line code will be accepted by hacktoberfest