Skip to content

Commit

Permalink
Change community button to forum
Browse files Browse the repository at this point in the history
  • Loading branch information
discombobulateme committed Sep 22, 2023
1 parent eeb514b commit 2d4e699
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ const docusaurusConfig = {
favicon: 'img/favicon2023.png',
organizationName: 'saucelabs',
projectName: 'sauce-docs',
headTags: [
{
tagName: 'meta',
attributes: {
name: 'google-site-verification',
content: 'googlee2afebcc27f8c950.html',
customFields: {
headTags: [
{
tagName: 'meta',
attributes: {
name: 'google-site-verification',
content: 'googlee2afebcc27f8c950.html',
},
},
},
],
],
},
scripts: [
'/scripts/hide.js',
// Need Help? button
Expand Down
4 changes: 2 additions & 2 deletions src/pages/community.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ class Community extends Component {
<p>Can&apos;t find what you need? We are here to help.</p>
<span className='landpage-buttons-container'>
<a
href='https://stackoverflow.com/tags/saucelabs'
href='https://saucelabs.com/resources/community/slack#mktoForm_3389'
target='_blank'
rel='noopener noreferrer'
>
<Button
className='button-light'
name='Stack Overflow'
name='Community Forum'
/>
</a>
<a
Expand Down

0 comments on commit 2d4e699

Please sign in to comment.