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 '<Outlet />'

* 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 <tahier@zipstack.com>
Co-authored-by: Tahier Hussain <89440263+tahierhussain@users.noreply.github.com>
Co-authored-by: vishnuszipstack <117254672+vishnuszipstack@users.noreply.github.com>
This commit is contained in:
Athul
2025-04-23 15:27:59 +05:30
committed by GitHub
parent 66dcbd2ca6
commit b381333c44

View File

@@ -80,6 +80,7 @@ const CustomLogo = ({ onClick, className }) => {
className={className}
onClick={onClick}
alt="logo"
width={120}
style={{
cursor: onClick ? "pointer" : undefined,
background: "transparent",