Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.formatDocument": true,
"source.fixAll.eslint": true
"source.organizeImports": "explicit",
"source.formatDocument": "explicit",
"source.fixAll.eslint": "explicit"
}
}
2 changes: 1 addition & 1 deletion src/components/aboutpage-components/IntroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const IntroSection: React.FC<Props> = ({ numOfMembers, numOfPhD }) => {
<Row>
<Col lg={6} className="order-1 order-lg-2 mb-4 mb-lg-0">
<StaticImage
src="../../../static/images/members2024.jpg"
src="../../../static/images/members2026.jpg"
alt={t('about.members.title')}
className="img-fluid"
layout="fullWidth"
Expand Down
4 changes: 2 additions & 2 deletions src/components/indexpage-components/EducationCounters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const counterData = [
title: 'home.counters.c2.title',
isGatsbyLink: false,
url: 'https://tdk.bme.hu/browse',
count: 245,
count: 260,
suffix: '+'
/* Until 2025-07: 55 OTDK (2001-) and 190 TDK (2000-) */
/* Until 2026-04: 55 OTDK (1999-) and 205 TDK (2000-) */
},
{
title: 'home.counters.c3.title',
Expand Down
Binary file added src/content/images/partners/ptc-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/content/partners/partners.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: IncQuery Labs cPlc.
logo: ../images/partners/1-incquery-labs-logo.png
- name: PTC Hungary
logo: ../images/partners/ptc-logo.png
- name: Quanopt
logo: ../images/partners/2-quanopt-logo.png
- name: Università degli Studi di Firenze
Expand Down
Binary file added static/images/members2026.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading