Skip to content

Commit 211d100

Browse files
committed
Prettified after doc link updates
1 parent d2f62ff commit 211d100

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

portal-ui/src/screens/Console/valid-routes.ts

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,10 @@ export const validRoutes = (
267267
| React.MouseEvent<HTMLDivElement>
268268
) => {
269269
e.preventDefault();
270-
window.open("https://min.io/docs/minio/linux/index.html?ref=con", "_blank");
270+
window.open(
271+
"https://min.io/docs/minio/linux/index.html?ref=con",
272+
"_blank"
273+
);
271274
},
272275
},
273276
];
@@ -319,7 +322,10 @@ export const validRoutes = (
319322
| React.MouseEvent<HTMLDivElement>
320323
) => {
321324
e.preventDefault();
322-
window.open("https://min.io/docs/minio/linux/index.html?ref=op", "_blank");
325+
window.open(
326+
"https://min.io/docs/minio/linux/index.html?ref=op",
327+
"_blank"
328+
);
323329
},
324330
},
325331
];
@@ -379,7 +385,10 @@ export const validRoutes = (
379385
| React.MouseEvent<HTMLDivElement>
380386
) => {
381387
e.preventDefault();
382-
window.open("https://min.io/docs/minio/linux/index.html?ref=op", "_blank");
388+
window.open(
389+
"https://min.io/docs/minio/linux/index.html?ref=op",
390+
"_blank"
391+
);
383392
},
384393
},
385394
];

0 commit comments

Comments
 (0)