Skip to content

Commit

Permalink
fix mjolnir+spacer on "short"
Browse files Browse the repository at this point in the history
  • Loading branch information
dhazelett committed Feb 7, 2024
1 parent 273d646 commit 240b006
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/app/configurator/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ export const Archetype = {
cover: 'Archetype - Mjolnir/Fan Covers/[a]_mjolnir_fan_cover',
},
lengths: {
short: {
left: 'Archetype - Mjolnir/mjolnir_medium_left',
right: 'Archetype - Mjolnir/mjolnir_medium_right',
},
medium: {
left: 'Archetype - Mjolnir/mjolnir_medium_left',
right: 'Archetype - Mjolnir/mjolnir_medium_right',
Expand Down
1 change: 0 additions & 1 deletion src/app/configurator/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ export default function Page () {
[name]: component_name
});

console.log(Archetype.components[name].options[component_name]);
if (isset(Archetype.components[name].options[component_name], 'length')) {
setLength(Archetype.components[name].options[component_name].length)
}
Expand Down

0 comments on commit 240b006

Please sign in to comment.