mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-31 09:46:26 +02:00
Revert "🔗 Use custom domain for featurebase"
This reverts commit a716d14268
.
Reverting this change till we figure out how the data sync works using our custom domain.
This commit is contained in:
parent
a716d14268
commit
df3cb6e118
1 changed files with 9 additions and 6 deletions
|
@ -31,15 +31,18 @@ const FeedbackButton = () => {
|
|||
</DropdownMenuLabel>
|
||||
<DropdownMenuSeparator />
|
||||
<DropdownMenuItem asChild>
|
||||
<Link href="https://feedback.rallly.co/?b=feedback" target="_blank">
|
||||
<Link
|
||||
href={`https://rallly.featurebase.app/?b=feedback`}
|
||||
target={"_blank"}
|
||||
>
|
||||
<SmileIcon className="mr-2 h-4 w-4" />
|
||||
<Trans i18nKey="sendFeedback" defaults="Send Feedback" />
|
||||
</Link>
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuItem asChild>
|
||||
<Link
|
||||
href="https://feedback.rallly.co/?b=feature-request"
|
||||
target="_blank"
|
||||
href={`https://rallly.featurebase.app/?b=feature-request`}
|
||||
target={"_blank"}
|
||||
>
|
||||
<LightbulbIcon className="mr-2 h-4 w-4" />
|
||||
<Trans
|
||||
|
@ -50,8 +53,8 @@ const FeedbackButton = () => {
|
|||
</DropdownMenuItem>
|
||||
<DropdownMenuItem asChild>
|
||||
<Link
|
||||
href="https://feedback.rallly.co/?b=bug-reports"
|
||||
target="_blank"
|
||||
href={`https://rallly.featurebase.app/?b=bug-reports`}
|
||||
target={"_blank"}
|
||||
>
|
||||
<BugIcon className="mr-2 h-4 w-4" />
|
||||
<Trans i18nKey={"bugReport"} defaults={"Report an Issue"} />
|
||||
|
@ -59,7 +62,7 @@ const FeedbackButton = () => {
|
|||
</DropdownMenuItem>
|
||||
<DropdownMenuSeparator />
|
||||
<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" />
|
||||
<Trans i18nKey={"getSupport"} defaults={"Get Support"} />
|
||||
</Link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue