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

RatingComment component doesn't use value of helpfullink parameter #1287

Closed
warren-bank opened this issue Mar 25, 2024 · 0 comments
Closed

Comments

@warren-bank
Copy link
Contributor

Describe the bug

code:

{#if helpfullink}
  <Button size="xs" href="/" color="dark">Helpful</Button>
{/if}

..as you can see, the URL is hard-coded

Reproduction

example of usage in documentation, but change URL values:

  <RatingComment {comment} helpfullink="#help" abuselink="#flag">

Flowbite version and System Info

[release v0.44.24](https://github.com/themesberg/flowbite-svelte/blob/v0.44.24/src/lib/rating/RatingComment.svelte#L65-L67) and [HEAD of main](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/rating/RatingComment.svelte#L65-L67)
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

No branches or pull requests

1 participant