Skip to content

Commit f721383

Browse files
Merge branch 'master' into Fix-Warnings
2 parents 67d3503 + 9d35e74 commit f721383

17 files changed

Lines changed: 78 additions & 38 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@mui/icons-material": "^6.4.6",
4343
"@mui/material": "^5.15.11",
4444
"@react-icons/all-files": "^4.1.0",
45-
"@sistent/sistent": "^0.15.9",
45+
"@sistent/sistent": "^0.15.11",
4646
"@svgr/webpack": "^8.0.1",
4747
"@types/mui-datatables": "^4.3.12",
4848
"ajv": "^8.17.1",
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

src/collections/integrations/aws-sagemaker-controller/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@ components: [
164164
"colorIcon": "icons/components/labeling-job/icons/color/labeling-job-color.svg",
165165
"whiteIcon": "icons/components/labeling-job/icons/white/labeling-job-white.svg",
166166
"description": "",
167+
},
168+
{
169+
"name": "space",
170+
"colorIcon": "icons/components/space/icons/color/space-color.svg",
171+
"whiteIcon": "icons/components/space/icons/white/space-white.svg",
172+
"description": "",
167173
}]
168174
featureList: [
169175
"Choice of ML tools",
39 KB
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Kavya Katal
3+
position: Contributor
4+
github: KatalKavya96
5+
twitter: Katal09
6+
linkedin: kavya-katal-64260a318
7+
layer5: 985074f5-27a0-406c-b83a-7f247ba77746
8+
location: Faridabad, Haryana, India
9+
bio: Hi, I am Kavya Katal, a passionate Full Stack Developer and AI enthusiast exploring the intersection of Open Source, Cloud Native, and Web Technologies. I enjoy contributing to developer communities, building scalable solutions, and continuously learning to create impactful, innovative systems.
10+
published: true
11+
badges:
12+
- Community
13+
image_path: ./KatalKavya96.png
14+
status: Active
15+
---

src/components/Pricing/PlanCard/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const PlanCard = ({ planData, isYearly, currency }) => {
5757
: formatPrice(x.monthlyprice)}
5858
</span>
5959
<span className="currency">{Currencies[currency]?.name ?? "USD"}</span>
60-
<span className="price-per">per user/year</span>
60+
<span className="price-per">per user /{isYearly ? "year" : "month"}</span>
6161
</div>
6262

6363
</div>

src/components/legal-navigation/toc.style.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const TOCWrapper = styled.div`
77
left: 0rem;
88
margin-left: 3rem;
99
margin-top: 3rem;
10-
margin-bottom : 3rem;
10+
margin-bottom : 2rem;
1111
width:15rem;
1212
word-break: break-word;
1313
overflow-wrap: break-word;
@@ -108,6 +108,8 @@ const TOCWrapper = styled.div`
108108
@media only screen and (max-width: 750px){
109109
position: initial;
110110
margin-right: 3rem;
111+
margin-bottom : 0rem;
112+
padding-bottom: 1rem;
111113
width: auto;
112114
.toc-toggle-btn{
113115
display:inline-block;

src/sections/Community/Handbook/mentorships.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import TocPagination from "../../../components/handbook-navigation/TocPagination
1010
const ConductWrapper = styled.div`
1111
1212
padding: 0 5rem 3rem 20rem;
13-
margin-top: -46.5rem;
13+
margin-top: -52rem;
1414
1515
@media screen and (min-width: 768px) and (max-height: 1145px) {
16-
margin-top : -80vh
16+
margin-top : -55rem;
1717
1818
}
1919

0 commit comments

Comments
 (0)