mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-12 17:14:19 +02:00
Fix tslint
This commit is contained in:
@@ -35,7 +35,10 @@ const Footer: React.FC<{}> = () => {
|
||||
<ul className="list ma0 pa0 lh-copy fw5">
|
||||
<li className="mb1">
|
||||
<a href="https://twitter.com/nghuuphuoc" className="link flex items-center">
|
||||
<span className="bg-black-40 br-pill flex items-center justify-center mr2" style={{ height: '24px', width: '24px' }}>
|
||||
<span
|
||||
className="bg-black-40 br-pill flex items-center justify-center mr2"
|
||||
style={{ height: '24px', width: '24px' }}
|
||||
>
|
||||
<svg
|
||||
viewBox="0 0 24 24"
|
||||
className="w-60 h-60"
|
||||
@@ -55,7 +58,10 @@ const Footer: React.FC<{}> = () => {
|
||||
</li>
|
||||
<li className="mb1">
|
||||
<a href="mailto: me@phuoc.ng" className="link flex items-center">
|
||||
<span className="bg-black-40 br-pill flex items-center justify-center mr2" style={{ height: '24px', width: '24px' }}>
|
||||
<span
|
||||
className="bg-black-40 br-pill flex items-center justify-center mr2"
|
||||
style={{ height: '24px', width: '24px' }}
|
||||
>
|
||||
<svg
|
||||
viewBox="0 0 24 24"
|
||||
className="w-60 h-60"
|
||||
@@ -75,7 +81,10 @@ const Footer: React.FC<{}> = () => {
|
||||
</li>
|
||||
<li className="mb1">
|
||||
<a href="https://github.com/phuoc-ng/csslayout" className="link flex items-center">
|
||||
<span className="bg-black-40 br-pill flex items-center justify-center mr2" style={{ height: '24px', width: '24px' }}>
|
||||
<span
|
||||
className="bg-black-40 br-pill flex items-center justify-center mr2"
|
||||
style={{ height: '24px', width: '24px' }}
|
||||
>
|
||||
<svg
|
||||
viewBox="0 0 24 24"
|
||||
className="w-60 h-60"
|
||||
|
Reference in New Issue
Block a user