File tree Expand file tree Collapse file tree
docs/src/design/layout/LayoutElements Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,15 +78,15 @@ export default function Footer() {
7878 </ div >
7979 </ div >
8080 </ div >
81- < p className = "text-sm" >
82- © 2021-2026 ·{ ' ' }
81+ < div className = "flex flex-row items-end justify-between" >
8382 < a
8483 href = "https://studio384.be"
85- className = "font-dev font-semibold hover:underline hover:decoration-[#78b500] hover:decoration-1 hover:underline-offset-1"
84+ className = "font-dev text-2xl font-semibold hover:underline hover:decoration-[#78b500] hover:decoration-1 hover:underline-offset-1"
8685 >
8786 Studio < span className = "bg-linear-to-r from-[#78b500] to-[#00b573] bg-clip-text text-transparent" > 384</ span > { ' ' }
8887 </ a >
89- </ p >
88+ < p className = "text-sm" > © 2021-2026</ p >
89+ </ div >
9090 </ div >
9191 </ div >
9292 ) ;
You can’t perform that action at this time.
0 commit comments