some style updates

This commit is contained in:
parsa aghaei 2024-10-14 17:05:45 +03:30
parent 1bcc5e5537
commit add99341dd

View File

@ -19,7 +19,10 @@ export default function Footer() {
alt="parsaaghayi's blog logo"
/>
<p className="text-[14px] font-[400] capitalize text-blog-text-passive">
All Rights Reserved 2024 <Link href={"/"}>parsa aghayi</Link>
All Rights Reserved 2024{" "}
<Link href={"/"} className="hover:underline">
parsa aghayi
</Link>
</p>
</div>
);