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

about-us-logo-fix #237

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Rohanfizz
Copy link
Contributor

Ticket Description

Fixes #212

Description of Changes

Added White background Data Umbrella Logo.

I've fixed the issue for now but it would be nice if we have a dark mode version of the transparent logo currently in use.

Before and After for UI Updates

Before (PC)
Screenshot (313)

After (PC)
Screenshot (312)

Before (Iphone 12)
Screenshot (314)

After (Iphone 12)
Screenshot (315)

For PR Reviewer

  • Does this file change the yarn.lock, package.json or package-lock.json file? If so, why?
  • If this pr contains mobile and desktop changes, did you test on IphoneXr and desktop views?
  • Does this file match the related tickets linked figma file, or does it pass the visual smell test?
  • If this file contains javascript, does the javascript pass the smell test?
  • If you don't feel super confident in your review, did you assign someone more senior to double check?

return (
<div key="aboutUsgrid" className={aboutStyleClasses.aboutUsCards}>
<div className="grid grid-rows-1 md:m-0 p-2 m-6 border-2 border-black dark:border-du-lightAqua dark:text-white dark:bg-slate-700 rounded bg-white">
<div className="py-4">
<img src={DULogo} alt="logo" className={`mx-auto`}/>
<img src={colorTheme ==='light'?DULogo:DULogoWhiteBg} alt="logo" className={`mx-auto h-32`}/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put this conditional logic into a variable above the return.

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

Successfully merging this pull request may close these issues.

Get Data Umbrella logo for dark mode on About Us page
2 participants