Skip to content

Commit

Permalink
Merge pull request #2 from de-rab/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
FoxDev810 authored Jan 16, 2024
2 parents 86e27f0 + ea4a837 commit 2338e04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Cheatsheets for experienced React developers getting started with TypeScript
<img
height="90"
width="90"
alt="react + ts logo"
alt="react + typescript logo"
src="https://user-images.githubusercontent.com/84442212/194379444-02e5ec69-5e6c-4100-bd7a-c31d628af29c.png"
align="left"
/>
Expand Down
1 change: 0 additions & 1 deletion website/src/pages/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export default function Help() {
</header>
<p>This project is maintained by a dedicated group of people.</p>
</div>

<div className="row">
{supportLinks.map((supportLink, i) => (
<div className="col col--4 margin-top--lg" key={i}>
Expand Down
1 change: 1 addition & 0 deletions website/src/pages/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default function Users() {
</a>
))}
</div>

<p>Are you using this project?</p>
<a
href={addUserUrl}
Expand Down

0 comments on commit 2338e04

Please sign in to comment.