File tree Expand file tree Collapse file tree 4 files changed +43
-2
lines changed
Expand file tree Collapse file tree 4 files changed +43
-2
lines changed Original file line number Diff line number Diff line change 4949 justify-content : center;
5050}
5151
52+ .join_slack_button {
53+ margin-left : 20px ;
54+ display : flex;
55+ align-items : center;
56+ justify-content : center;
57+ }
58+
59+ .github_button {
60+ margin-left : 20px ;
61+ display : flex;
62+ align-items : center;
63+ justify-content : center;
64+ }
65+
66+ .buttonIcon {
67+ margin-right : 8px ;
68+ width : 20px ;
69+ height : 20px ;
70+ }
Original file line number Diff line number Diff line change @@ -41,10 +41,26 @@ function HomepageHeader() {
4141 </ Link >
4242
4343 < Link
44- className = "source_code_button button button--secondary button--lg"
45- to = "https://github.com/alibaba/fluss" >
44+ className = { clsx ( "button button--secondary button--lg" , styles . github_button ) }
45+ to = "https://github.com/alibaba/fluss" >
46+ < img
47+ src = "img/github_icon.svg"
48+ alt = "GitHub"
49+ className = { styles . buttonIcon }
50+ />
4651 GitHub
4752 </ Link >
53+
54+ < Link
55+ className = { clsx ( "button button--secondary button--lg" , styles . join_slack_button ) }
56+ to = "https://join.slack.com/t/fluss-hq/shared_invite/zt-33wlna581-QAooAiCmnYboJS8D_JUcYw" >
57+ < img
58+ src = "img/slack_icon.svg"
59+ alt = "Slack"
60+ className = { styles . buttonIcon }
61+ />
62+ Slack
63+ </ Link >
4864 </ div >
4965 </ div >
5066 </ header >
You can’t perform that action at this time.
0 commit comments