Skip to content

Commit 1e7922e

Browse files
Merge pull request #1465 from pablo-mayrgundter/tweaks
open: for github non-logged-in, point to specific wiki page on gh hosting
2 parents 19445d3 + 32ef257 commit 1e7922e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bldrs",
3-
"version": "1.0.1877",
3+
"version": "1.0.1890",
44
"main": "src/index.jsx",
55
"license": "AGPL-3.0",
66
"homepage": "https://github.com/bldrs-ai/Share",

src/Components/Open/PleaseLogin.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ export default function PleaseLogin() {
2222
<Divider sx={{margin: '.5em 0em'}}/>
2323
Visit our{' '}
2424
<Link
25-
href='https://github.com/bldrs-ai/Share/wiki'
25+
href='https://github.com/bldrs-ai/Share/wiki/Hosting:-GitHub'
2626
color='inherit'
2727
variant='caption'
28+
target='_blank'
29+
rel='noopener'
2830
>
2931
wiki
3032
</Link> to learn more about GitHub

0 commit comments

Comments
 (0)