File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,9 @@ const config: DocsThemeConfig = {
9595 }
9696 span:hover {
9797 mask-position: 100%;
98- transition: mask-position 1s ease, -webkit-mask-position 1s ease;
98+ transition:
99+ mask-position 1s ease,
100+ -webkit-mask-position 1s ease;
99101 }
100102 ` } </ style >
101103 </ span >
@@ -221,9 +223,9 @@ const config: DocsThemeConfig = {
221223 if ( isWrapped ) {
222224 const name = query ?. name ?? 'My React app' ;
223225 const id = ( query . id as string ) . split ( '.' ) [ 0 ] ;
224- ogUrl = `https://telemetry.million.dev/api/v1/og/wrapped/${
225- id
226- } .mp4?name= ${ encodeURIComponent ( name as any ) } `;
226+ ogUrl = `https://telemetry.million.dev/api/v1/og/wrapped/${ id } .mp4?name= ${ encodeURIComponent (
227+ name as any ,
228+ ) } `;
227229 title = name + ' Wrapped | Million.js' ;
228230 }
229231
@@ -265,8 +267,8 @@ const config: DocsThemeConfig = {
265267 dismissible : true ,
266268 key : `version-${ packageJson . version } ` ,
267269 text : (
268- < a href = "https://million.dev/blog/million-3 " target = "_blank" >
269- Announcing Million 3 →
270+ < a href = "https://million.dev/blog/lint " target = "_blank" >
271+ Million Lint is in public beta →
270272 </ a >
271273 ) ,
272274 } ,
You can’t perform that action at this time.
0 commit comments