Skip to content

Commit c7e792a

Browse files
Merge branch 'main' into sync-3563d95e
2 parents 1cb3dc9 + a5ff235 commit c7e792a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/content/community/conferences.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ July 04 & 05, 2024. Bangalore, India (In-person event)
3838
### React India 2024 {/*react-india-2024*/}
3939
October 17 - 19, 2024. In-person in Goa, India (hybrid event) + Oct 15 2024 - remote day
4040

41-
[Website](https://www.reactindia.io) - [Twitter](https://twitter.com/react_india) - [Facebook](https://www.facebook.com/ReactJSIndia) - [Youtube](https://www.youtube.com/channel/UCaFbHCBkPvVv1bWs_jwYt3w)
41+
### React Day Berlin 2023 {/*react-day-berlin-2023*/}
42+
December 8 & 12, 2023. In-person in Berlin, Germany + remote first interactivity (hybrid event)
4243

4344
## Past Conferences {/*past-conferences*/}
4445

@@ -52,10 +53,9 @@ November 13 & 15, 2023. In-person in New York, US + remote first interactivity (
5253

5354
[Website](https://reactsummit.us) - [Twitter](https://twitter.com/reactsummit) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://portal.gitnation.org/events/react-summit-us-2023)
5455

55-
### reactjsday 2023 {/*reactjsday-2023*/}
56-
October 27th 2023. In-person in Verona, Italy and online (hybrid event)
56+
### React Brussels 2023 {/*react-brussels-2023*/}
57+
October 13th 2023. In-person in Brussels, Belgium + Remote (hybrid)
5758

58-
[Website](https://2023.reactjsday.it/) - [Twitter](https://twitter.com/reactjsday) - [Facebook](https://www.facebook.com/GrUSP/) - [YouTube](https://www.youtube.com/c/grusp)
5959

6060
### React Advanced 2023 {/*react-advanced-2023*/}
6161
October 20 & 23, 2023. In-person in London, UK + remote first interactivity (hybrid event)

tailwind.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ module.exports = {
6060
...defaultTheme.maxWidth,
6161
'custom-xs': '21rem',
6262
},
63+
minWidth:{
64+
...defaultTheme.minWidth,
65+
80: '20rem',
66+
},
6367
outline: {
6468
blue: ['1px auto ' + colors.link, '3px'],
6569
},

0 commit comments

Comments
 (0)