feat(fs.dev): Added theme picker to navigation
This commit is contained in:
parent
ea46bc019d
commit
9e86221787
3 changed files with 64 additions and 0 deletions
|
@ -25,6 +25,10 @@ function useApp(full = true) {
|
|||
|
||||
|
||||
return {
|
||||
// Static vars
|
||||
site: 'dev',
|
||||
pitch: "This website does not track you",
|
||||
|
||||
// State
|
||||
primaryMenu,
|
||||
theme,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue