This repository was archived by the owner on Apr 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 24
24
"dependencies" : {
25
25
"@emotion/core" : " ^10.0.28" ,
26
26
"@emotion/styled" : " ^10.0.27" ,
27
+ "@sendgrid/mail" : " ^7.2.6" ,
27
28
"babel-plugin-styled-components" : " ^1.10.7" ,
28
29
"bowser" : " ^2.9.0" ,
29
30
"classnames" : " ^2.2.6" ,
59
60
"react" : " ^16.13.1" ,
60
61
"react-cookie-consent" : " ^5.0.1" ,
61
62
"react-dom" : " ^16.13.1" ,
63
+ "react-github-btn" : " ^1.2.0" ,
62
64
"react-helmet" : " ^6.0.0" ,
63
65
"react-modal-video" : " ^1.2.3" ,
64
66
"react-tweet-embed" : " ^1.2.2" ,
65
- "typescript" : " ^3.9.3" ,
66
- "@sendgrid/mail" : " ^7.2.6"
67
+ "typescript" : " ^3.9.3"
67
68
},
68
69
"devDependencies" : {
69
70
"@types/aws-lambda" : " ^8.10.63" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import GitLab from '../../resources/gitlab.svg'
6
6
import GitHub from '../../resources/octicons-mark-github.svg'
7
7
import Bitbucket from '../../resources/bitbucket.svg'
8
8
import { sizes , colors } from '../../styles/variables'
9
+ import GitHubButton from 'react-github-btn'
9
10
10
11
const Styled = styled . div `
11
12
.pattern {
@@ -84,6 +85,10 @@ const Banner = () => (
84
85
< img src = { Bitbucket } alt = "Bitbucket" />
85
86
</ p >
86
87
</ div >
88
+ < div className = "header__repository-details" >
89
+ < GitHubButton href = "https://github.com/gitpod-io/gitpod" data-icon = "octicon-star" data-size = "large" data-show-count = "true" aria-label = "Star gitpod-io/gitpod on GitHub" > Star</ GitHubButton >
90
+ < GitHubButton href = "https://github.com/gitpod-io/gitpod/fork" data-icon = "octicon-repo-forked" data-size = "large" data-show-count = "true" aria-label = "Fork gitpod-io/gitpod on GitHub" > Fork</ GitHubButton >
91
+ </ div >
87
92
< div className = "banner__screenshot-container" >
88
93
< img alt = "Gitpod Screenshot" src = { Screenshot } className = "banner__screenshot" />
89
94
</ div >
Original file line number Diff line number Diff line change @@ -8533,6 +8533,11 @@ gitconfiglocal@^2.1.0:
8533
8533
dependencies:
8534
8534
ini "^1.3.2"
8535
8535
8536
+ github-buttons@^2.8.0:
8537
+ version "2.14.1"
8538
+ resolved "https://registry.yarnpkg.com/github-buttons/-/github-buttons-2.14.1.tgz#56177245e328892949dd59af58c6a7b6c530ad14"
8539
+ integrity sha512-ODvmvylJZPn2Rg/OYRwQcGhIi1gWJ3ZpfkaFUMiBYAZtQQUNTPM7ka5iP+mn5J+DBicvgR24M2GV6QqB0M4zPQ==
8540
+
8536
8541
8537
8542
version "0.0.0"
8538
8543
resolved "https://registry.yarnpkg.com/github-from-package/-/github-from-package-0.0.0.tgz#97fb5d96bfde8973313f20e8288ef9a167fa64ce"
@@ -14157,6 +14162,13 @@ react-focus-lock@^2.3.1:
14157
14162
use-callback-ref "^1.2.1"
14158
14163
use-sidecar "^1.0.1"
14159
14164
14165
+ react-github-btn@^1.2.0:
14166
+ version "1.2.0"
14167
+ resolved "https://registry.yarnpkg.com/react-github-btn/-/react-github-btn-1.2.0.tgz#464066f999a77c0eed27980260601b51cbe15614"
14168
+ integrity sha512-/b2TGTeek5Ky+KtuP5BxOaXgb1FGhbwgZNI6rkwkGk7+xtCtsNMkdchOcCnC3qU1JGTWPKzYZWpPBIouVhXAoQ==
14169
+ dependencies:
14170
+ github-buttons "^2.8.0"
14171
+
14160
14172
react-helmet@^6.0.0:
14161
14173
version "6.1.0"
14162
14174
resolved "https://registry.yarnpkg.com/react-helmet/-/react-helmet-6.1.0.tgz#a750d5165cb13cf213e44747502652e794468726"
You can’t perform that action at this time.
0 commit comments