updated font reference and clean up
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import {raleway} from "@/app/fonts";
|
||||
|
||||
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>
|
||||
)
|
||||
return (
|
||||
<div>
|
||||
<p className={`${raleway.className} text-center text-xl my-10`}>Suyono</p>
|
||||
<p className={`${raleway.className} text-center`}>suyono3484@gmail.com</p>
|
||||
<p className={`${raleway.className} text-center mt-20 mb-10`}>
|
||||
©2023 by Suyono. Built using Next.js
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user