Skip to content

Commit 13d0515

Browse files
Hari KiranHari Kiran
authored andcommitted
Fix #37 the database link to the right of the Home icon on every Dataset page
1 parent 0f82934 commit 13d0515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/DatasetDetailPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ const DatasetDetailPage: React.FC = () => {
543543

544544
{/* Database Name (Clickable) */}
545545
<Button
546-
onClick={() => navigate(`/RoutesEnum.DATABASES/${dbName}`)}
546+
onClick={() => navigate(`/databases/${dbName}`)}
547547
sx={{
548548
textTransform: "none",
549549
fontSize: "1.2rem",

0 commit comments

Comments
 (0)