Commit f015b57 1 parent 0598b03 commit f015b57 Copy full SHA for f015b57
File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
import { QuantinuumLogo } from "../../QuantinuumLogo" ;
2
-
2
+ import { Separator } from "src" ;
3
3
export const Footer = ( props : { subtitle : string , columns : {
4
4
title : string ;
5
5
items : {
@@ -8,6 +8,12 @@ export const Footer = (props: { subtitle: string, columns: {
8
8
} [ ] ;
9
9
} [ ] } ) => {
10
10
return (
11
+ < div >
12
+
13
+ < div className = "my-24" > </ div >
14
+ < Separator />
15
+ < div className = "my-12" > </ div >
16
+
11
17
< footer className = "text-muted-foreground flex w-full flex-col justify-between md:items-start lg:flex-row " >
12
18
< div className = "mb-12 md:mb-0" >
13
19
< div className = "-mt-4" >
@@ -49,5 +55,6 @@ export const Footer = (props: { subtitle: string, columns: {
49
55
} ) }
50
56
</ div >
51
57
</ footer >
58
+ </ div >
52
59
)
53
60
}
You can’t perform that action at this time.
0 commit comments