Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey-Kovyazin committed Sep 15, 2023
1 parent ddba80e commit 37f1722
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions src/UserWarning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ export const UserWarning: React.FC = () => (
<section className="section">
<p className="box is-size-3">
Please get your
{' '}
<b> userId </b>
{' '}
<a href="https://mate-academy.github.io/react_student-registration">
here
</a>
{' '}
<br />
and save it in the app
{' '}
<pre>const USER_ID = ...</pre>

All requests to the API must be sent with this
Expand Down
2 changes: 0 additions & 2 deletions src/styles/todoapp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
font-weight: 100;
text-align: center;
color: rgba(175, 47, 47, 0.15);
-webkit-text-rendering: optimizeLegibility;
-moz-text-rendering: optimizeLegibility;
text-rendering: optimizeLegibility;
}

Expand Down

0 comments on commit 37f1722

Please sign in to comment.