1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-06 14:16:50 +02:00

Link to github page

This commit is contained in:
Phuoc Nguyen
2019-11-30 12:10:02 +07:00
parent 19e5c67dd9
commit e5b17a5cdd

View File

@@ -28,10 +28,31 @@ this
expect(r).is(superFastWebsite); expect(r).is(superFastWebsite);
expect(r).is(seoFriendly); expect(r).is(seoFriendly);
}) })
.finally(() => {/* Give me 1 star */}) 🎉 /* https://github.com/phuoc-ng/csslayout */
`} `}
/> />
</div> </div>
<div
className="hljs"
style={{
lineHeight: 1.5,
listStyleType: 'none',
marginTop: '-16px',
paddingLeft: '40px',
}}
>
.finally(
<span className="hljs-function"><span className="hljs-params">()</span> => </span>
&#123;
<span className="hljs-comment">
<a
href="https://github.com/phuoc-ng/csslayout"
style={{ color: 'currentColor', textDecoration: 'none' }}
>
&#47;* Give me 1 Github star here */
</a>
</span>
}) 🎉
</div>
</div> </div>
); );
}; };