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

Problem with implementation of logo display in dark and light modes #29

Open
naujrevilo opened this issue Jan 22, 2024 · 0 comments
Open

Comments

@naujrevilo
Copy link

Description:

The project currently does not provide for proper display of the logo in dark and light modes. In the original code, the same logo is displayed regardless of the mode selected by the user.

The relevant code is as follows:

<div class='flex flex-shrink-0 items-center'>
  <img class='block h-8 w-8 dark:bg-gray-100' src={Logo.src} alt='Logo' />
</div>
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