@epec-fcfm-uchile/frontend-component-header 1.0.27 → 1.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -80,7 +80,7 @@ const HeaderBody = ({
80
80
  </Button>
81
81
  ) : (
82
82
  <div className="w-25">
83
- <Row className="m-0 flex-nowrap">
83
+ <Row className="m-0 flex-nowrap epec-studio-left">
84
84
  {renderBrandNav}
85
85
  <CourseLockUp
86
86
  {...{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epec-fcfm-uchile/frontend-component-header",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "The standard header for Open edX",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {