1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Bump prettier from 2.7.1 to 3.0.0 (#38873)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-07-10 20:46:39 +00:00
committed by GitHub
parent 011819cda9
commit 851d40ed03
7 changed files with 18 additions and 17 deletions

View File

@@ -482,8 +482,8 @@ describe('lint markdown content', () => {
const placeholderStr = matches.length === 1 ? 'placeholder' : 'placeholders'
const errorMessage = `
Found ${matches.length} ${placeholderStr} '${matches.join(
', '
)}' in this file! Please update all placeholders.
', '
)}' in this file! Please update all placeholders.
`
expect(matches.length, errorMessage).toBe(0)
})

View File

@@ -44,9 +44,9 @@ export const LearningTrack = ({ track }: Props) => {
<Link
{...{ 'aria-label': `${track?.title} - ${t('start_path')}` }}
className="d-inline-flex btn no-wrap mt-3 mt-md-0 flex-items-center flex-justify-center"
href={`${track?.guides && track?.guides[0].href}?learn=${
track?.trackName
}&learnProduct=${track?.trackProduct}`}
href={`${
track?.guides && track?.guides[0].href
}?learn=${track?.trackName}&learnProduct=${track?.trackProduct}`}
>
<span>{t('start_path')}</span>
<ArrowRightIcon size={20} className="ml-2" />