chore: add border for footer
This commit is contained in:
parent
4cfa1e5209
commit
f9b38939ba
@ -54,6 +54,7 @@ function Footer({ url, debug, integration }: FooterProps) {
|
|||||||
'fixed bottom-0 left-0 z-50 w-full h-14',
|
'fixed bottom-0 left-0 z-50 w-full h-14',
|
||||||
'bg-ui-100 dark:bg-ui-900 text-ui-500',
|
'bg-ui-100 dark:bg-ui-900 text-ui-500',
|
||||||
'flex flex-col justify-center gap-1',
|
'flex flex-col justify-center gap-1',
|
||||||
|
'border-t border-ui-200 dark:border-ui-800',
|
||||||
)}>
|
)}>
|
||||||
<p className="container text-xs">
|
<p className="container text-xs">
|
||||||
Headplane is entirely free to use.
|
Headplane is entirely free to use.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user