-
Notifications
You must be signed in to change notification settings - Fork 50
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
[Fix] Update Icon and Title Rendering with New Style #2462
[Fix] Update Icon and Title Rendering with New Style #2462
Conversation
Hi @Rassl, @tomsmith8, Please review this PR. |
public/svg-icons/Logo.svg
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't need this
src/components/Icons/Logo.tsx
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move it to header in mindset, please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure
export const Header = () => { | ||
const [title, setTitle] = useState<string>('') | ||
|
||
useEffect(() => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't need this, just render Graph mindset
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Rassl, are you referring to the hard-coded
title Graph Mindset
?
Hi @Rassl, Please review this PR. |
Problem:
closes: #2456
Issue ticket number and link:
Icon
andTitle
#2456 ]Evidence:
Acceptance Criteria