We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2357ad9 commit dc5dda3Copy full SHA for dc5dda3
app/[locale]/institute/hostels/page.tsx
@@ -177,7 +177,7 @@ const HostelList = ({
177
>
178
{hostels ? (
179
hostels.map(({ name, urlName }, index) => (
180
- <Link href={`/${locale}/hostels/${urlName}`} key={index}>
+ <Link href={`/${locale}/institute/hostels/${urlName}`} key={index}>
181
<Card
182
className={cn(
183
'flex flex-col items-center',
0 commit comments