From 3bd4dfdb647f6c6d47d3d3dce2cd66b0b2907140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20L=C3=B3pez=20Dato?= Date: Mon, 10 Mar 2025 11:46:26 -0300 Subject: [PATCH] fix: Use consistent button style for SSO login actions (#5202) --- frontend/web/components/pages/HomePage.js | 3 ++- release-please-config.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/web/components/pages/HomePage.js b/frontend/web/components/pages/HomePage.js index bcd5346e5d9c..95f95127a798 100644 --- a/frontend/web/components/pages/HomePage.js +++ b/frontend/web/components/pages/HomePage.js @@ -256,6 +256,7 @@ const HomePage = class extends React.Component { } }} key='single-sign-on' + theme='secondary' className='w-100' > Single Sign-On @@ -440,7 +441,7 @@ const HomePage = class extends React.Component { type='submit' className='mt-3 px-4 full-width' > - Login + Log in diff --git a/release-please-config.json b/release-please-config.json index a56694742594..639445ebf0de 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -64,4 +64,4 @@ "section": "Other" } ] -} \ No newline at end of file +}