feat(home): add theme and alarm buttons (dummy), and refactor to have less components
This commit is contained in:
@@ -54,7 +54,7 @@ export const useHomeStore = defineStore("home", {
|
||||
);
|
||||
},
|
||||
|
||||
animateOutro(to: "contact" | "projects" | "settings") {
|
||||
animateOutro(to: "contact" | "projects" | "theme" | "settings" | "alarm") {
|
||||
this.isOutro = true;
|
||||
this.outro.animateTop = to !== "settings";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user