Skip to content

Commit 04d67ea

Browse files
committed
Minor fixes for blocking indexing and notg interrupting user expierence
1 parent f6b4147 commit 04d67ea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

resources/scripts/TransitionRouter.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ export default ({ children }: Props) => (
1717
<p className={'text-right text-neutral-500 text-xs'}>
1818
&copy; 2015 - 2019&nbsp;
1919
<a
20+
rel={'noopener nofollow'}
2021
href={'https://pterodactyl.io'}
22+
target={'_blank'}
2123
className={'no-underline text-neutral-500 hover:text-neutral-300'}
2224
>
2325
Pterodactyl Software

resources/views/templates/wrapper.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
99
<meta name="csrf-token" content="{{ csrf_token() }}">
10-
10+
<meta name="robots" content="noindex">
1111
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
1212
<link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32">
1313
<link rel="icon" type="image/png" href="/favicons/favicon-16x16.png" sizes="16x16">

0 commit comments

Comments
 (0)