File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,10 +35,17 @@ export default function Footer() {
3535 </ div >
3636 </ div >
3737
38- < div className = "mt-8 flex flex-col items-center justify-between border-[oklch(0.984_0.003_247.858)/10] border-t pt-8 md:flex-row" >
39- < div className = "flex flex-col" >
38+ < div className = "mt-8 flex flex-col items-center justify-between gap-4 border-[oklch(0.984_0.003_247.858)/10] border-t pt-8 md:flex-row md:gap-0 " >
39+ < div className = "flex flex-col items-center md:items-start " >
4040 < p className = "text-foreground/70 text-sm" >
41- © { new Date ( ) . getFullYear ( ) } Dominik Tóth
41+ © { new Date ( ) . getFullYear ( ) } { " " }
42+ < a
43+ href = "https://dominiktoth.com"
44+ target = "_blank"
45+ rel = "noreferrer noopener"
46+ >
47+ Dominik Tóth
48+ </ a >
4249 </ p >
4350 < p className = "text-foreground/70 text-sm" > { t ( "copyright" ) } </ p >
4451 </ div >
You can’t perform that action at this time.
0 commit comments