l-min-components 1.0.428 → 1.0.431

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.0.428",
3
+ "version": "1.0.431",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -167,7 +167,7 @@ const AppMainLayout = () => {
167
167
  !window.location.pathname.includes("file-manager") ? (
168
168
  <EnterpriseRightBar />
169
169
  ) : window.location.pathname.includes("personal/dashboard") ? (
170
- <InstructorRightBar />
170
+ <PersonalRightBar />
171
171
  ) : window.location.pathname.includes("personal/addons") ? (
172
172
  <InstructorRightBar personal />
173
173
  ) : window.location.pathname.includes("personal/courses") ? (
@@ -41,7 +41,7 @@ export const Container = styled.div`
41
41
  export const BannerWrapper = styled.div`
42
42
  position: relative;
43
43
  max-width: 232px;
44
- padding: 30px 16px 21px;
44
+ padding: 15px 16px 21px;
45
45
  overflow: hidden;
46
46
  border-radius: 30px;
47
47
  background: #FFF;