Skip to content

Commit 3fb1214

Browse files
Fix/labs: temporary fix for labs till we get explicit labs data (#564)
1 parent 1b49cfd commit 3fb1214

File tree

1 file changed

+1
-1
lines changed
  • app/[locale]/academics/departments/[name]

1 file changed

+1
-1
lines changed

app/[locale]/academics/departments/[name]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ export default async function Department({
281281
},
282282
{
283283
label: text.laboratories,
284-
href: `/${locale}/academics/departments/${name}/labs`,
284+
href: `/${locale}/academics/departments/laboratories`,
285285
icon: HiMiniBeaker,
286286
},
287287
{

0 commit comments

Comments
 (0)