mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-07 06:37:01 +02:00
Update footer
This commit is contained in:
@@ -150,6 +150,17 @@ const Footer: React.FC<{}> = () => {
|
|||||||
</a>
|
</a>
|
||||||
<div>;</div>
|
<div>;</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li style={{ alignItems: 'center', display: 'flex' }}>
|
||||||
|
<div>dev.to:</div>
|
||||||
|
<a
|
||||||
|
href="https://dev.to/phuocng"
|
||||||
|
style={{ marginLeft: 'auto', textDecoration: 'none' }}
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
@phuocng
|
||||||
|
</a>
|
||||||
|
<div>;</div>
|
||||||
|
</li>
|
||||||
<li style={{ alignItems: 'center', display: 'flex' }}>
|
<li style={{ alignItems: 'center', display: 'flex' }}>
|
||||||
<div>email:</div>
|
<div>email:</div>
|
||||||
<a
|
<a
|
||||||
|
Reference in New Issue
Block a user