Skip to content

Commit

Permalink
Merge branch 'main' into job-overview-page-creation
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-saucelabs authored Sep 5, 2024
2 parents 7bb8be4 + 988489e commit e42b649
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const docusaurusConfig = {
to: '/dev/cli',
},
{
label: 'Visual (New)',
label: 'Visual',
position: 'left',
to: '/visual-testing',
},
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,7 @@ module.exports = {

{
type: 'category',
label: 'Visual (NEW)',
label: 'Visual',
collapsed: true,
items: [
'visual-testing',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function Home() {
<a href='/visual-testing/'>
<Button
className='button-light'
name='Sauce Visual (New)'
name='Sauce Visual'
/>
</a>
</span>
Expand Down

0 comments on commit e42b649

Please sign in to comment.