🔗 Update links to feedback portal

This commit is contained in:
Luke Vella 2023-08-03 18:30:07 +01:00
parent 101c04a093
commit 951a3e2ebc
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ const FeedbackButton = () => {
<DropdownMenuSeparator /> <DropdownMenuSeparator />
<DropdownMenuItem asChild> <DropdownMenuItem asChild>
<Link <Link
href={`https://rallly.featurebase.app/?b=feedback`} href={`https://feedback.rallly.co/?b=feedback`}
target={"_blank"} target={"_blank"}
> >
<SmileIcon className="mr-2 h-4 w-4" /> <SmileIcon className="mr-2 h-4 w-4" />
@ -38,7 +38,7 @@ const FeedbackButton = () => {
</DropdownMenuItem> </DropdownMenuItem>
<DropdownMenuItem asChild> <DropdownMenuItem asChild>
<Link <Link
href={`https://rallly.featurebase.app/?b=feature-request`} href={`https://feedback.rallly.co/?b=feature-request`}
target={"_blank"} target={"_blank"}
> >
<LightbulbIcon className="mr-2 h-4 w-4" /> <LightbulbIcon className="mr-2 h-4 w-4" />
@ -47,7 +47,7 @@ const FeedbackButton = () => {
</DropdownMenuItem> </DropdownMenuItem>
<DropdownMenuItem asChild> <DropdownMenuItem asChild>
<Link <Link
href={`https://rallly.featurebase.app/?b=bug-reports`} href={`https://feedback.rallly.co/?b=bug-reports`}
target={"_blank"} target={"_blank"}
> >
<BugIcon className="mr-2 h-4 w-4" /> <BugIcon className="mr-2 h-4 w-4" />

View file

@ -126,7 +126,7 @@ export const UserDropdown = () => {
<DropdownMenuItem asChild={true}> <DropdownMenuItem asChild={true}>
<Link <Link
target="_blank" target="_blank"
href="https://rallly.featurebase.app" href="https://feedback.rallly.co"
className="flex items-center gap-x-2" className="flex items-center gap-x-2"
> >
<MegaphoneIcon className="h-4 w-4" /> <MegaphoneIcon className="h-4 w-4" />