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

feat: ui changes #81

Merged
merged 6 commits into from
Oct 23, 2024
Merged

feat: ui changes #81

merged 6 commits into from
Oct 23, 2024

Conversation

kasin-it
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Oct 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
enterprise-commerce ❌ Failed (Inspect) Oct 23, 2024 6:15am

)
}

function FacebookIcon(props: React.SVGProps<SVGSVGElement>) {
function FacebookIcon(props) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

what's the reason to remove types?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I probably formatted something with the chatbot and had to delete it. I fixed it.


export async function CategoriesSection() {
const categories = await getCategories()
export async function CategoriesSection({ categories }: { categories: Pick<PlatformCollection, "handle" | "title" | "id" | "image">[] }) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

This component could just fetch categories on its own

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

Copy link

Next.js Bundle Analysis (shopify-algolia)

📦 Next.js Bundle Analysis for blazity-shopify-algolia-starter

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

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.

2 participants