Skip to content

Commit

Permalink
docs: update store.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed Jun 11, 2022
1 parent 74a55e7 commit ac12d33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ const store = {
localStorage.setItem("repoName", value);
},

/**
* Retrieve the theme.
*/
getUserTheme() {
return localStorage.getItem("user-theme");
},
Expand Down

0 comments on commit ac12d33

Please sign in to comment.