1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-24 11:16:27 +02:00

feat: Add new banner

This commit is contained in:
Phuoc Nguyen
2022-08-21 20:57:57 +07:00
parent 3bb07d8358
commit 5e2a734118
8 changed files with 135 additions and 40 deletions

View File

@@ -1,7 +1,8 @@
import * as React from 'react';
export const Follow = () => (
<div className='block-follow'>
If you find this site helpful, follow me on <a href="https://twitter.com/nghuuphuoc">Twitter</a> and <a href="https://github.com/phuocng">GitHub</a> to get more useful content like this.
<div className="block-follow">
If you find this site helpful, follow me on <a href="https://twitter.com/nghuuphuoc">Twitter</a> and{' '}
<a href="https://github.com/phuocng">GitHub</a> to get more useful content like this.
</div>
);