Skip to content

feat(home): add custom feature-section icons#191

Open
ryzrr wants to merge 2 commits into
mainfrom
feat/home-feature-icon
Open

feat(home): add custom feature-section icons#191
ryzrr wants to merge 2 commits into
mainfrom
feat/home-feature-icon

Conversation

@ryzrr

@ryzrr ryzrr commented Jul 18, 2026

Copy link
Copy Markdown
Member

Summary
image

What kind of change does this PR introduce?
Icons fix

Did you add tests for your changes?
No

Does this PR introduce a breaking change?
No

If relevant, what needs to be documented once your changes are merged or what have you already documented?
NA

Use of AI
Yes for Designing

Copilot AI review requested due to automatic review settings July 18, 2026 04:34
@vercel

vercel Bot commented Jul 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webpack-doc-kit Ready Ready Preview, Comment Jul 18, 2026 6:22am

Request Review

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Comment on lines +99 to +106
export {
ModuleFederation,
CodeSplitting,
TreeShaking,
HotModuleReplacement,
PersistentCaching,
Plugins,
};

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nit: inline exports (e.g. export const

@@ -0,0 +1,106 @@
const Svg = ({ children, ...props }) => (

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
const Svg = ({ children, ...props }) => (
const Icon = ({ children, ...props }) => (

Let's be a bit more descriptive

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

My only concern were licensing , if it is okay , we can use the above icons

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

It should be fine. Lucide bundles it's license into it's source code

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

okay, replacing the icon with lucide

Copilot AI review requested due to automatic review settings July 18, 2026 06:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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.

3 participants