-
Notifications
You must be signed in to change notification settings - Fork 8
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
PRESS2-1267-update-fork-new #363
PRESS2-1267-update-fork-new #363
Conversation
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.
Please do merge the latest enhance/ai-onboarding branch as I think there are numerous changes.
src/OnboardingSPA/components/HeadingWithSubHeading/SiteGen/index.js
Outdated
Show resolved
Hide resolved
src/OnboardingSPA/components/HeadingWithSubHeading/SiteGen/index.js
Outdated
Show resolved
Hide resolved
@@ -14,9 +14,19 @@ import { forwardRef, useEffect } from '@wordpress/element'; | |||
import { __unstableUseNavigateRegions as useNavigateRegions } from '@wordpress/components'; | |||
import { __ } from '@wordpress/i18n'; | |||
import { useMergeRefs } from '@wordpress/compose'; | |||
import bgAiImg from '../../static/images/ai_bg.jpg'; |
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.
Can't we use the same way of mentioning in _icons
and not directly reference a static file?
6bd3d12
to
813787f
Compare
No description provided.