Skip to content

Commit

Permalink
flex
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Dec 20, 2024
1 parent c244057 commit a8aacea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions elements/app-hax/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,12 @@
"path": "@haxtheweb/polaris-theme/polaris-theme.js",
"name": "Polaris",
"thumbnail": partyStyle,
},
"polaris-flex-theme": {
"element": "polaris-flex-theme",
"path": "@haxtheweb/polaris-theme/lib/polaris-flex-theme.js",
"name": "Polaris - Flex",
"thumbnail": partyStyle,
}
},
"saveNodePath": "/bto108/system/api/saveNode",
Expand Down
4 changes: 2 additions & 2 deletions elements/app-hax/lib/v1/app-hax-steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const themeContext = {
collection: ["collections-theme", "bootstrap-theme"],
blog: ["haxor-slevin"],
course: ["clean-one", "clean-two", "learn-two-theme"],
website: ["polaris-theme"],
website: ["polaris-flex-theme"],
training: ["training-theme"],
import: ["clean-one", "clean-two", "learn-two-theme"],
};
Expand Down Expand Up @@ -130,7 +130,7 @@ export class AppHaxSteps extends SimpleColors {
}
if (value === "website") {
store.site.type = "own";
store.site.theme = "polaris-theme";
store.site.theme = "polaris-flex-theme";
}
if (value === "training") {
store.site.type = "own";
Expand Down

0 comments on commit a8aacea

Please sign in to comment.