mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-10 22:51:47 +02:00
🔗 Use custom domain for featurebase
This commit is contained in:
parent
222947292b
commit
a716d14268
1 changed files with 6 additions and 9 deletions
|
@ -31,18 +31,15 @@ const FeedbackButton = () => {
|
||||||
</DropdownMenuLabel>
|
</DropdownMenuLabel>
|
||||||
<DropdownMenuSeparator />
|
<DropdownMenuSeparator />
|
||||||
<DropdownMenuItem asChild>
|
<DropdownMenuItem asChild>
|
||||||
<Link
|
<Link href="https://feedback.rallly.co/?b=feedback" target="_blank">
|
||||||
href={`https://rallly.featurebase.app/?b=feedback`}
|
|
||||||
target={"_blank"}
|
|
||||||
>
|
|
||||||
<SmileIcon className="mr-2 h-4 w-4" />
|
<SmileIcon className="mr-2 h-4 w-4" />
|
||||||
<Trans i18nKey="sendFeedback" defaults="Send Feedback" />
|
<Trans i18nKey="sendFeedback" defaults="Send Feedback" />
|
||||||
</Link>
|
</Link>
|
||||||
</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" />
|
||||||
<Trans
|
<Trans
|
||||||
|
@ -53,8 +50,8 @@ 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" />
|
||||||
<Trans i18nKey={"bugReport"} defaults={"Report an Issue"} />
|
<Trans i18nKey={"bugReport"} defaults={"Report an Issue"} />
|
||||||
|
@ -62,7 +59,7 @@ const FeedbackButton = () => {
|
||||||
</DropdownMenuItem>
|
</DropdownMenuItem>
|
||||||
<DropdownMenuSeparator />
|
<DropdownMenuSeparator />
|
||||||
<DropdownMenuItem asChild>
|
<DropdownMenuItem asChild>
|
||||||
<Link href={`https://support.rallly.co`} target={"_blank"}>
|
<Link href={`https://support.rallly.co`} target="_blank">
|
||||||
<LifeBuoyIcon className="mr-2 h-4 w-4" />
|
<LifeBuoyIcon className="mr-2 h-4 w-4" />
|
||||||
<Trans i18nKey={"getSupport"} defaults={"Get Support"} />
|
<Trans i18nKey={"getSupport"} defaults={"Get Support"} />
|
||||||
</Link>
|
</Link>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue