1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-24 03:06:22 +02:00

feat: Add follow block

This commit is contained in:
Phuoc Nguyen
2022-08-21 19:57:30 +07:00
parent e811d6a12c
commit 78dedd0fc7
4 changed files with 21 additions and 0 deletions

7
components/Follow.tsx Normal file
View File

@@ -0,0 +1,7 @@
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>
);