From e79712a60cb5812f1cba7fca033a189a63254047 Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Tue, 26 Aug 2025 10:43:44 +0700 Subject: [PATCH] :wrench: change github provider icon --- src/config/oauthProvider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/oauthProvider.ts b/src/config/oauthProvider.ts index 9e08b0d..ffae45a 100644 --- a/src/config/oauthProvider.ts +++ b/src/config/oauthProvider.ts @@ -10,7 +10,7 @@ export const getOauthProviders = () => { }, { name: "github", - icon: "logos:github-icon", + icon: "streamline-logos:github-logo-2-solid", req_endpoint: "auth/github", client_id: process.env.GITHUB_CLIENT_ID, client_secret: process.env.GITHUB_CLIENT_SECRET,