From b381333c4456b02892a37ecf4b970499d6dcb28e Mon Sep 17 00:00:00 2001 From: Athul <89829560+athul-rs@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:27:59 +0530 Subject: [PATCH] Fix/logo style (#1264) * Implemented changes related to unstract subscription * Have different home pages for OSS and Cloud * Renamed the unstract subscription pages and replaced '<>' with '' * Updated import path of the TrialDaysInfo component * Support 'readonly' parameter for all custom RJSF widgets * Transform the JSON schema for the LLM Whisperer V2 adapter for cloud * Fixed Eslint issues * Code quality improvement * Allow JSON schema transform for LLMW V2 only for paid plan users * Allow JSON schema transform for LLMW V2 only for paid plan users * Fix sonar issue * Implemented the to structure the API path * Rearranged the onboard and subscription check APIs * Fixed related to unstract subscription plugins * Restrict routing from top navbar if case if subscription expired * Modified the to keep the time as optional in the response * Added a conditional top navbar dropdown link for the pricing page * Updated the route from /subscription-plans to /pricing * Integration of the transform formdata function for LLMW Paid Adapter * Fixed sonar issue * Code optimization in declaring variable * Updated TopNavBar component, support for dynamic logo * Updated TopNavBar component, linter * Style fix * fix --------- Co-authored-by: Tahier Hussain Co-authored-by: Tahier Hussain <89440263+tahierhussain@users.noreply.github.com> Co-authored-by: vishnuszipstack <117254672+vishnuszipstack@users.noreply.github.com> --- frontend/src/components/navigations/top-nav-bar/TopNavBar.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/navigations/top-nav-bar/TopNavBar.jsx b/frontend/src/components/navigations/top-nav-bar/TopNavBar.jsx index f18376e1..4b35d622 100644 --- a/frontend/src/components/navigations/top-nav-bar/TopNavBar.jsx +++ b/frontend/src/components/navigations/top-nav-bar/TopNavBar.jsx @@ -80,6 +80,7 @@ const CustomLogo = ({ onClick, className }) => { className={className} onClick={onClick} alt="logo" + width={120} style={{ cursor: onClick ? "pointer" : undefined, background: "transparent",