Skip to content

Commit c2732b0

Browse files
authored
Merge branch 'main' into sync-3563d95e
2 parents f13250c + ae19fec commit c2732b0

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

src/components/Layout/Feedback.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,12 @@ function SendFeedback({onSubmit}: {onSubmit: () => void}) {
6363
return (
6464
<div
6565
className={cn(
66+
6667
'max-w-custom-xs w-80 lg:w-auto py-3 shadow-lg rounded-lg m-4 bg-wash dark:bg-gray-95 px-4 flex',
6768
{exit: isSubmitted}
6869
)}>
6970
<p className="w-full text-lg font-bold text-primary dark:text-primary-dark me-4">
71+
7072
{isSubmitted ? 'Thank you for your feedback!' : 'Is this page useful?'}
7173
</p>
7274
{!isSubmitted && (

src/content/community/conferences.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Do you know of a local React.js conference? Add it here! (Please keep the list c
1010

1111
## Upcoming Conferences {/*upcoming-conferences*/}
1212

13+
1314
### React Paris 2024 {/*react-paris-2024*/}
1415
March 22, 2024. In-person in Paris, France + Remote (hybrid)
1516

@@ -55,6 +56,7 @@ November 13 & 15, 2023. In-person in New York, US + remote first interactivity (
5556
### reactjsday 2023 {/*reactjsday-2023*/}
5657
October 27th 2023. In-person in Verona, Italy and online (hybrid event)
5758

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

6062
### React Advanced 2023 {/*react-advanced-2023*/}

tailwind.config.js

Lines changed: 4 additions & 0 deletions
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)