Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into dev #1759

Merged
merged 41 commits into from
Jan 3, 2025
Merged
Changes from 2 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
d66651f
Update pricing.jsx
tommygonzaleza Dec 9, 2024
d366468
Update pricing.jsx
tommygonzaleza Dec 11, 2024
a853505
Add heading to bootcamp landing
tomasgonzaleza Dec 12, 2024
4b14805
Update syllabus.json
tommygonzaleza Dec 12, 2024
477c569
Merge pull request #1740 from tommygonzaleza/main
tommygonzaleza Dec 12, 2024
c82ead8
Update [course_slug].jsx
tommygonzaleza Dec 12, 2024
3f8ec22
Update [course_slug].jsx
tommygonzaleza Dec 12, 2024
22eae0a
Merge pull request #1730 from breatheco-de/development
tommygonzaleza Dec 12, 2024
d15545f
Update syllabus.json
alesanchezr Dec 12, 2024
08a40d2
change algorithm to find currentTask
lumi-tip Dec 16, 2024
e0c9417
small refactor
lumi-tip Dec 16, 2024
a34ede5
small refactor
lumi-tip Dec 16, 2024
8e832fc
Update signup.json
alesanchezr Dec 16, 2024
2e57cdf
Allow getting the info from landing_variables
tomasgonzaleza Dec 16, 2024
f01c561
Allow getting the info from landing_variables
tomasgonzaleza Dec 16, 2024
3f9b45a
Allow getting the info from landing_variables
tomasgonzaleza Dec 16, 2024
3babb43
Fix deployment issues
tomasgonzaleza Dec 16, 2024
eaef796
Fix deployment issues
tomasgonzaleza Dec 16, 2024
8c70746
Fix deployment issues
tomasgonzaleza Dec 16, 2024
d399194
Merge pull request #1743 from tommygonzaleza/main
tommygonzaleza Dec 16, 2024
104a52d
Students enrolled translation bug
tomasgonzaleza Dec 16, 2024
c8a9fdf
Merge pull request #1744 from tommygonzaleza/main
tommygonzaleza Dec 16, 2024
f57b6a6
Fix amount of exercises per program
tomasgonzaleza Dec 16, 2024
9385f20
Allow changing featured bullets
tomasgonzaleza Dec 16, 2024
4dd90e4
Allow changing featured bullets
tomasgonzaleza Dec 16, 2024
aae8b3b
Remove trailling spaces
tomasgonzaleza Dec 16, 2024
04fe80d
Merge pull request #1745 from tommygonzaleza/main
tommygonzaleza Dec 17, 2024
8de5a1a
Update footer.json
tommygonzaleza Dec 17, 2024
b13e46b
Update footer.json
tommygonzaleza Dec 17, 2024
b78d902
Update footer.json
tommygonzaleza Dec 17, 2024
6a6d64c
Update footer.json
tommygonzaleza Dec 17, 2024
6c9fd4a
refactor
lumi-tip Dec 17, 2024
b49e55a
Merge pull request #1742 from lumi-tip/development-lumi-8111
tommygonzaleza Dec 17, 2024
0b2bc2b
set rigobot context in bootcamp page
gustavomm19 Dec 20, 2024
336373f
Update completion-jobs.json
tommygonzaleza Dec 26, 2024
7f182dd
Merge pull request #1748 from gustavomm19/rigo-context
tommygonzaleza Dec 26, 2024
a0be968
fixes bug with label
gustavomm19 Dec 27, 2024
72bc7fd
Merge pull request #1753 from gustavomm19/fix-bug
tommygonzaleza Dec 27, 2024
3ecaa26
Merge pull request #1754 from breatheco-de/development
tommygonzaleza Dec 27, 2024
3dbf23c
fix bug with syllabus
gustavomm19 Jan 2, 2025
a9246a8
Merge pull request #1756 from gustavomm19/fix-syllabus-bug
tommygonzaleza Jan 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/bootcamp/[course_slug].jsx
Original file line number Diff line number Diff line change
@@ -632,7 +632,7 @@ function CoursePage({ data }) {
: (

<Text size="16px" color="currentColor" fontWeight={400}>
{students.length > limitViewStudents ? getAlternativeTranslation('students-enrolled-count', { count: students.length - limitViewStudents }) : ''}
{students.length > limitViewStudents ? t('students-enrolled-count', { count: students.length - limitViewStudents }) : ''}
</Text>
)}
</Flex>