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:
@@ -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)
|
||||
})
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user