mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-11 07:56:47 +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 />
|
<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" />
|
||||||
|
|
|
@ -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" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue