Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Logos higher up on the page #8543

Open
linear bot opened this issue May 12, 2024 · 2 comments
Open

Move Logos higher up on the page #8543

linear bot opened this issue May 12, 2024 · 2 comments
Assignees

Comments

@linear
Copy link

linear bot commented May 12, 2024

  • on the home and product pages, move the logos higher up on the page.
  • add bcbs logo
Copy link
Author

linear bot commented May 12, 2024

Copy link

greptile-apps bot commented May 12, 2024

To address the issue:

  1. Home Page (/highlight.io/pages/index.tsx):

    • Locate the section where company logos are rendered. This might be within components like CompaniesReel or a similar section.
    • Move this component higher in the JSX tree, closer to the top of the return statement, to render the logos higher on the page.
    • To add the BCBS logo, if logos are managed via an array or object, add an entry for BCBS. If directly in JSX, add an <img> tag or a component instance for the BCBS logo in the appropriate location.
  2. Product Page:

    • This task's specifics depend on the structure of the product page, which isn't provided. However, the approach is similar: find the logos' rendering section and adjust its position in the JSX.
    • For adding the BCBS logo, follow the same steps as for the home page, adapted to the product page's structure.

Ensure the BCBS logo asset is available in your project's assets directory or is accessible via a URL if added directly in JSX.

References

/highlight.io/pages/index.tsx
/highlight.io/pages/customers/index.tsx

Ask Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant