feat(components): update copyright text in Footer component
This commit is contained in:
parent
77a5fe628c
commit
3eec5846e7
@ -10,7 +10,7 @@ export function Footer() {
|
|||||||
<div className={"flex flex-row gap-1 items-center justify-center md:justify-start md:w-1/3 opacity-50"}>
|
<div className={"flex flex-row gap-1 items-center justify-center md:justify-start md:w-1/3 opacity-50"}>
|
||||||
<Copyright className={"w-4"}/>
|
<Copyright className={"w-4"}/>
|
||||||
<h4 className={"pr-2"}>Yidhra Studio</h4>
|
<h4 className={"pr-2"}>Yidhra Studio</h4>
|
||||||
<p>All right reserved <em>2024</em></p>
|
<p>MIT <em>2024</em></p>
|
||||||
</div>
|
</div>
|
||||||
<div className={"flex flex-col flex-wrap md:flex-row max-h-24 md:flex-nowrap gap-1 md:gap-2 items-center justify-evenly w-full md:w-1/3"}>
|
<div className={"flex flex-col flex-wrap md:flex-row max-h-24 md:flex-nowrap gap-1 md:gap-2 items-center justify-evenly w-full md:w-1/3"}>
|
||||||
<Link href={"#"} className={"p-1 hover:-translate-y-1.5 hover:text-primary w-1/2"}>
|
<Link href={"#"} className={"p-1 hover:-translate-y-1.5 hover:text-primary w-1/2"}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user