Skip to content

Commit

Permalink
Fix eslint errors
Browse files Browse the repository at this point in the history
Use " for quotes
  • Loading branch information
alexbaumgertner committed Dec 18, 2023
1 parent c5a8a9c commit 2702f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Home() {
return (
<main className={classes.main}>
<div>
Проект "Мои интервью" состоит из фич:
Проект &quot;Мои интервью&quot; состоит из фич:
<ul>
<li>календаря интервью</li>
<li>описание вакансии и требуемых навыков</li>
Expand Down

0 comments on commit 2702f98

Please sign in to comment.