-
Notifications
You must be signed in to change notification settings - Fork 16
added shopify next tailwind kit #1312
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
Conversation
✅ Deploy Preview for starter-dev canceled.
|
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.
Address spelling errors
### Added | ||
|
||
- Build out journal page | ||
- Infinte scroll on product page |
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.
Infinite
import AuthLayout from '../component/AuthLayout'; | ||
|
||
let emailError: string | null = null; | ||
let isSubmited: boolean = false; |
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.
should be isSubmitted
- spelling is not correct
export declare const IMAGE_FRAGMENT = | ||
'#graphql\n fragment Image on Image {\n altText\n url\n width\n height\n }\n'; | ||
/** | ||
* Hydrgen’s Image component is a wrapper around the HTML image element. |
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.
Hydrogen's
SonarCloud Quality Gate failed.
|
Hi @Megio. 👋 Your PR has been approved and merged. 🎉 Thank you for your continued contributions to starter.dev. ❤️ Keep up the great work! |
Type of change
Summary of change
Added the new shopify, next and tailwind kit
Checklist