Skip to content

Commit dc5dda3

Browse files
heydoyouknowme0geekysilento
authored andcommitted
fix: hostel links
1 parent 2357ad9 commit dc5dda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/institute/hostels/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const HostelList = ({
177177
>
178178
{hostels ? (
179179
hostels.map(({ name, urlName }, index) => (
180-
<Link href={`/${locale}/hostels/${urlName}`} key={index}>
180+
<Link href={`/${locale}/institute/hostels/${urlName}`} key={index}>
181181
<Card
182182
className={cn(
183183
'flex flex-col items-center',

0 commit comments

Comments
 (0)