Skip to content

Conversation

aditya520
Copy link
Member

@aditya520 aditya520 commented Aug 25, 2025

Description

Type of Change

  • New Page
  • Page update/improvement
  • Fix typo/grammar
  • Restructure/reorganize content
  • Update links/references
  • Other (please describe):

Areas Affected

Checklist

  • I ran pre-commit run --all-files to check for linting errors
  • I have reviewed my changes for clarity and accuracy
  • All links are valid and working
  • Images (if any) are properly formatted and include alt text
  • Code examples (if any) are complete and functional
  • Content follows the established style guide
  • Changes are properly formatted in Markdown
  • Preview renders correctly in development environment

Related Issues

Closes #

Additional Notes

Contributor Information

  • Name:
  • Email:

Screenshots

Copy link

vercel bot commented Aug 25, 2025

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

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Aug 25, 2025 4:07pm
documentation Ready Ready Preview Comment Aug 25, 2025 4:07pm

@aditya520 aditya520 requested a review from KemarTiti August 25, 2025 15:12
Copy link
Contributor

@alexcambose alexcambose left a comment

Choose a reason for hiding this comment

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

left a couple comments, but tbh since we're planning to deprecate this it's not really worth investing a lot of time to fix things up

Comment on lines 1 to 10
import React from "react";

export function BarChartIcon() {
return (
<svg className="w-5 h-5" fill="currentColor" viewBox="0 0 20 20">
<path d="M2 11a1 1 0 011-1h2a1 1 0 011 1v5a1 1 0 01-1 1H3a1 1 0 01-1-1v-5zM8 7a1 1 0 011-1h2a1 1 0 011 1v9a1 1 0 01-1 1H9a1 1 0 01-1-1V7zM14 4a1 1 0 011-1h2a1 1 0 011 1v12a1 1 0 01-1 1h-2a1 1 0 01-1-1V4z" />
</svg>
);
}

Copy link
Contributor

Choose a reason for hiding this comment

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

I would strongly recommend using an icon package like https://github.com/phosphor-icons/homepage so we don't have to paste SVG code here.

Comment on lines +31 to +40
<div
className={`bg-white dark:bg-gray-800 rounded-lg border border-gray-200 dark:border-gray-700 p-6 shadow-sm hover:shadow-md transition-shadow flex flex-col h-full ${className}`}
>
{/* Header with badge and icon */}
<div className="flex items-center gap-3 mb-4">
<div
className={`${badgeColor} text-white text-xs font-semibold px-3 py-1.5 rounded-full`}
>
{badge}
</div>
Copy link
Contributor

Choose a reason for hiding this comment

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

Generally using a package like https://www.npmjs.com/package/clsx is a better solution than appending class names as strings

Copy link
Member Author

Choose a reason for hiding this comment

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

I agree. This is just a temp fix to improve navigation.

@aditya520 aditya520 merged commit 0ffdc93 into main Aug 25, 2025
5 checks passed
@aditya520 aditya520 deleted the chore(pricefeeds)-improve-landing-page branch August 25, 2025 17:09
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