mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-19 00:36:38 +00:00
Add proxy auth ui
This commit is contained in:
12
proxy/web/src/components/PoweredByNetBird.tsx
Normal file
12
proxy/web/src/components/PoweredByNetBird.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { NetBirdLogo } from "./NetBirdLogo";
|
||||
|
||||
export function PoweredByNetBird() {
|
||||
return (
|
||||
<div className="flex items-center justify-center mt-8 gap-2 group cursor-pointer">
|
||||
<span className="text-sm text-nb-gray-400 font-light text-center group-hover:opacity-80 transition-all">
|
||||
Powered by
|
||||
</span>
|
||||
<NetBirdLogo size="small" mobile={false} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user