Skip to content

Commit

Permalink
trigger deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
austinhallock committed Sep 6, 2023
1 parent 2549508 commit a417aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream-projects/mogul-menu-v2/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const wcObject = toDist(HomePage, import.meta.url);

// add the component to the body
// TODO: we can swap this to a normal react render() method instead of web components
// all we need to do is fix the useStyleSheet to work w/o shadow dom
// all we need to do is fix the useStyleSheet to work w/o shadow dom.
const wcElement = document.createElement(wcObject.tagName);
document.documentElement.style.height = "100%";
document.body.style.margin = "0";
Expand Down

0 comments on commit a417aa6

Please sign in to comment.