Skip to content

Commit eca2056

Browse files
authored
Merge branch 'main' into sync-5d2f7105
2 parents 90a66f8 + af4b118 commit eca2056

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/components/MDX/ErrorDecoder.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const urlRegex = () =>
2828
// When the message contains a URL (like https://fb.me/react-refs-must-have-owner),
2929
// make it a clickable link.
3030
function urlify(str: string): React.ReactNode[] {
31+
3132
const segments = str.split(urlRegex());
3233

3334
return segments.map((message, i) => {

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)