This commit is contained in:
Saeed Vaziry
2025-05-23 18:27:24 +02:00
parent a5ce0d33b3
commit ff11fb44e0
36 changed files with 1001 additions and 326 deletions

View File

@ -28,7 +28,7 @@ export default function ServerProviders() {
<div className="flex items-start justify-between">
<Heading title="Server Providers" description="Here you can manage all of the server provider connectinos" />
<div className="flex items-center gap-2">
<ConnectServerProvider providers={page.props.configs.server_providers}>
<ConnectServerProvider>
<Button>Connect</Button>
</ConnectServerProvider>
</div>