Skip to content

Commit 558d7cf

Browse files
committed
style: make linters happier
1 parent ce9758b commit 558d7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LegacyJsCourseAdmonition.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function LegacyJsCourseAdmonition({ param = 'legacy-js-course' })
1515
which is now archived.
1616
</p>
1717
<p>
18-
You can still <a href={'/academy/scraping-basics-javascript/legacy' + value}>go through that page</a>,
18+
You can still <a href={`/academy/scraping-basics-javascript/legacy${value}`}>go through that page</a>,
1919
but we recommend you to check out this new course instead. We plan to close the old course
2020
entirely in a few months.
2121
</p>

0 commit comments

Comments
 (0)