Skip to content

Commit

Permalink
updates talks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inkerton committed Oct 6, 2023
2 parents 9b75bac + a435c36 commit 34f699b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2869,8 +2869,13 @@ If you're looking for information on Prettier, check out the [Prettier](https://
### Recommended React + TypeScript talks
- [Ultimate React Component Patterns with TypeScript](https://www.youtube.com/watch?v=_PBQ3if6Fmg), by Martin Hochel, GeeCon Prague 2018
<<<<<<< HEAD
- [Advanced TypeScript with React](https://youtu.be/zQfD4ZxxyKA?si=FmrgOq667svX6C9O), by Nikhil Verma 2019
- Please help contribute this new section!
- # Please help contribute this new section!
- [How to Build React Apps with TypeScript](https://youtu.be/LJzGGmu5APA?si=YNzy7T_8yj7TuXxS), by ClearEdge Tech Talk 2022
- [Create a More Readable React Codebase Using TypeScript](https://youtu.be/nkJbGgieALI?si=IFZZIMEiXz7AsiBv), by Emma Brillhart 2019
- Please help contribute to this new section!
> > > > > > > a435c3617228ff61a7354fd00c10312b2498072b
<!--END-SECTION:talks-->
Expand Down
4 changes: 3 additions & 1 deletion docs/basic/recommended/talks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ sidebar_label: Talks
---

- [Ultimate React Component Patterns with TypeScript](https://www.youtube.com/watch?v=_PBQ3if6Fmg), by Martin Hochel, GeeCon Prague 2018
- [How to Build React Apps with TypeScript](https://youtu.be/LJzGGmu5APA?si=YNzy7T_8yj7TuXxS), by ClearEdge Tech Talk 2022
- [Create a More Readable React Codebase Using TypeScript](https://youtu.be/nkJbGgieALI?si=IFZZIMEiXz7AsiBv), by Emma Brillhart 2019
- [Advanced TypeScript with React](https://youtu.be/zQfD4ZxxyKA?si=FmrgOq667svX6C9O), by Nikhil Verma 2019
- Please help contribute this new section!!
- Please help contribute to this new section!
5 changes: 5 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
margin: 0 auto;
}

.navbar__title {
white-space: normal;
word-break: break-word;
}

.footer__logo {
max-width: 4rem;
max-height: 4rem;
Expand Down

0 comments on commit 34f699b

Please sign in to comment.