mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-10 15:36:49 +02:00
🔗 Update links to feedback portal
This commit is contained in:
parent
101c04a093
commit
951a3e2ebc
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ const FeedbackButton = () => {
|
|||
<DropdownMenuSeparator />
|
||||
<DropdownMenuItem asChild>
|
||||
<Link
|
||||
href={`https://rallly.featurebase.app/?b=feedback`}
|
||||
href={`https://feedback.rallly.co/?b=feedback`}
|
||||
target={"_blank"}
|
||||
>
|
||||
<SmileIcon className="mr-2 h-4 w-4" />
|
||||
|
@ -38,7 +38,7 @@ const FeedbackButton = () => {
|
|||
</DropdownMenuItem>
|
||||
<DropdownMenuItem asChild>
|
||||
<Link
|
||||
href={`https://rallly.featurebase.app/?b=feature-request`}
|
||||
href={`https://feedback.rallly.co/?b=feature-request`}
|
||||
target={"_blank"}
|
||||
>
|
||||
<LightbulbIcon className="mr-2 h-4 w-4" />
|
||||
|
@ -47,7 +47,7 @@ const FeedbackButton = () => {
|
|||
</DropdownMenuItem>
|
||||
<DropdownMenuItem asChild>
|
||||
<Link
|
||||
href={`https://rallly.featurebase.app/?b=bug-reports`}
|
||||
href={`https://feedback.rallly.co/?b=bug-reports`}
|
||||
target={"_blank"}
|
||||
>
|
||||
<BugIcon className="mr-2 h-4 w-4" />
|
||||
|
|
|
@ -126,7 +126,7 @@ export const UserDropdown = () => {
|
|||
<DropdownMenuItem asChild={true}>
|
||||
<Link
|
||||
target="_blank"
|
||||
href="https://rallly.featurebase.app"
|
||||
href="https://feedback.rallly.co"
|
||||
className="flex items-center gap-x-2"
|
||||
>
|
||||
<MegaphoneIcon className="h-4 w-4" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue