Merge pull request #15147 from backstage/ccasey/add-office-hour-button

add CTA for office hours
This commit is contained in:
Patrik Oldsberg
2022-12-09 17:51:14 +01:00
committed by GitHub
+15 -7
View File
@@ -45,13 +45,21 @@ class Index extends React.Component {
ship high-quality code quickly without compromising
autonomy.
</Block.Paragraph>
<Block.LinkButton
href={
'https://github.com/backstage/backstage#getting-started'
}
>
GitHub
</Block.LinkButton>
<Block.Container wrapped>
<Block.LinkButton
style={{ marginRight: '2rem' }}
href={
'https://github.com/backstage/backstage#getting-started'
}
>
GitHub
</Block.LinkButton>
<Block.LinkButton
href={'https://info.backstage.spotify.com/office-hours'}
>
Office Hours
</Block.LinkButton>
</Block.Container>
</Block.TextBox>
<Block.Graphics>
<Block.Graphic