Skip to content

Commit

Permalink
fixed quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Dec 1, 2024
1 parent 30a1b36 commit 2754f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "next/core-web-vitals",
"rules": {
"react-hooks/exhaustive-deps": "off",
"@next/next/no-img-element": "off",
"react/no-unescaped-entities": "off"
"@next/next/no-img-element": "off"
}
}
2 changes: 1 addition & 1 deletion src/app/tutorials/bandage/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function Home() {
<h4 style={{ marginBottom: '.5rem' }}>Адаптация под выбранную часть тела, тип рук:</h4>
<p style={{ margin: 0 }}>Если выбран узкий тип скина, то движок повязок обрезает повязку слева и справа по одному пикселю. Учитывайте это при создании повязки!<br />
Подробно рассказывать об адаптации повязки под правую руку и ногу не имеет смысла, нужно лишь знать то, что повязка будет выглядеть одинаково на левой и правой руке,
единственное изменение, которая она претерпит – это "поворот" на 180° вокруг оси руки без отражения.</p>
единственное изменение, которая она претерпит – это &quot;поворот&quot; на 180° вокруг оси руки без отражения.</p>
</li>
<li>
<h4 style={{ marginBottom: '.5rem' }}>Окрашивание повязки в заданный цвет.</h4>
Expand Down

0 comments on commit 2754f13

Please sign in to comment.