2022-12-14 15:03:50 +00:00
|
|
|
export default function Footer() {
|
|
|
|
return (
|
2023-02-15 10:24:54 +00:00
|
|
|
<footer className="flex justify-center items-center p-5 bg-gradient-to-tr text-white/80 text-sm from-[#162d48] to-[#2980b9]">
|
|
|
|
This registry is intended to work in conjuction with Kasm Workspaces. <a className="underline" href="https://kasmweb.com">Click here to find out about Kasm Workspaces</a>
|
|
|
|
</footer>
|
2022-12-14 15:03:50 +00:00
|
|
|
)
|
|
|
|
}
|