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

Add terms and conditions and update UX #3

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Conversation

samsiegart
Copy link
Collaborator

fixes https://github.com/Agoric/product-tasks/issues/251

  • I added react-markdown as a dependency to render the terms and conditions, then converted the FAQ content to markdown as well
  • Updated the look and feel of the app based on executive feedback

Copy link

cloudflare-workers-and-pages bot commented Mar 11, 2025

Deploying fast-usdc-lp-ui with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2be143a
Status: ✅  Deploy successful!
Preview URL: https://0f13b129.fast-usdc-lp-ui.pages.dev
Branch Preview URL: https://style-change.fast-usdc-lp-ui.pages.dev

View logs

@samsiegart samsiegart requested a review from turadg March 11, 2025 17:19
Copy link
Member

@turadg turadg left a comment

Choose a reason for hiding this comment

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

👌


type FAQSection = {
title: string;
content: React.ReactNode;
content: string; // Changed from React.ReactNode to string for markdown
Copy link
Member

Choose a reason for hiding this comment

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

good idea, but doesn't need a comment

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