Skip to content

Commit a2887d4

Browse files
committed
2 parents fd2aa27 + a1d1a84 commit a2887d4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
[![GitHub contributors](https://badgen.net/github/contributors/StudentiUniMi/website)](https://GitHub.com/StudentiUniMi/website/graphs/contributors/)
77
[![GitHub issues](https://img.shields.io/github/issues/StudentiUniMi/website)](https://github.com/StudentiUniMi/website/issues/)
88

9+
<img width="1975" height="1242" alt="about" src="https://github.com/user-attachments/assets/1601941d-30a7-4076-801c-77b1c9f78e5c" />
10+
911
[studentiunimi.it](https://studentiunimi.it/) is a fully **responsive** website built with [React 19](https://react.dev/), [Next.js 15](https://nextjs.org/), [TypeScript](https://www.typescriptlang.org/), and [Chakra UI](https://chakra-ui.com/).
1012
Its goal is to provide services and access to all groups of didactic courses and general-purpose resources for students of the [University of Milan](https://www.unimi.it/).
1113

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const Homepage = ({ groups, associations }: HomepageProps) => {
5555
items={associations}
5656
getItemName={(association) => association.name[locale]}
5757
renderItem={(association) => (
58-
<PrivacyButton key={association.id} href={association.invite_link}>
58+
<PrivacyButton key={association.id} href={association.external_url}>
5959
<GroupCard title={association.name[locale]} description={association.description[locale]} category={association.category} />
6060
</PrivacyButton>
6161
)}

0 commit comments

Comments
 (0)