initialized structure
This commit is contained in:
11
components/blogFooter.tsx
Normal file
11
components/blogFooter.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
export default function BlogFooter() {
|
||||
return(
|
||||
<div>
|
||||
<p className="text-center font-blog text-xl my-10">Suyono</p>
|
||||
<p className="text-center font-blog">suyono3484@gmail.com</p>
|
||||
<p className="text-center font-blog mt-20 mb-10">
|
||||
©2023 by Suyono. Built using Next.js
|
||||
</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user