-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: team links #115
fix: team links #115
Conversation
WalkthroughWalkthroughThe recent updates involve a significant rebranding effort and redirection of resources from "documenso.com" to new URLs like "tampon.xyz" and "bangre.co". These changes span across environmental configurations, marketing materials, contact points, support channels, and scheduling tools, transitioning from GitHub to Calendly for enhanced user engagement and experience. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
🚨 @SergeWilfried has 4 pull requests awaiting review. Please consider reviewing them when possible. 🚨 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 1
Configuration used: CodeRabbit UI
Files selected for processing (17)
- .env.example (1 hunks)
- apps/marketing/src/app/(marketing)/open/page.tsx (1 hunks)
- apps/marketing/src/app/(marketing)/pricing/page.tsx (3 hunks)
- apps/marketing/src/app/layout.tsx (1 hunks)
- apps/marketing/src/components/(marketing)/callout.tsx (1 hunks)
- apps/marketing/src/components/(marketing)/footer.tsx (1 hunks)
- apps/marketing/src/components/(marketing)/hero.tsx (1 hunks)
- apps/marketing/src/components/(marketing)/mobile-navigation.tsx (2 hunks)
- apps/marketing/src/components/(marketing)/pricing-table.tsx (1 hunks)
- apps/marketing/src/providers/plausible.tsx (1 hunks)
- apps/web/src/app/(signing)/sign/[token]/complete/page.tsx (1 hunks)
- apps/web/src/app/(signing)/sign/[token]/no-longer-available.tsx (1 hunks)
- apps/web/src/app/layout.tsx (1 hunks)
- apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx (1 hunks)
- apps/web/src/providers/plausible.tsx (1 hunks)
- packages/prisma/seed/pr-713-add-document-search-to-command-menu.ts (1 hunks)
- packages/prisma/seed/pr-718-add-stepper-component.ts (1 hunks)
Additional comments: 25
apps/marketing/src/providers/plausible.tsx (1)
- 12-12: The update to the domain in the
PlausibleProvider
component aligns with the rebranding efforts. Ensure that the new domain "tampon.xyz" is correctly configured in the Plausible analytics service to avoid any tracking issues.apps/web/src/providers/plausible.tsx (1)
- 12-12: The domain update in the
PlausibleProvider
component is consistent across both the marketing and web apps, supporting the rebranding initiative. As before, ensure that "tampon.xyz" is properly configured in the Plausible analytics service.packages/prisma/seed/pr-718-add-stepper-component.ts (1)
- 6-6: The update from a GitHub URL to a Calendly link in the comment is noted. Consider adding more context or a note in the project's README or contribution guidelines to direct contributors or users to the Calendly link for discussions or consultations.
apps/marketing/src/components/(marketing)/callout.tsx (1)
- 50-50: The change from a GitHub link to a Calendly link for booking demos is appropriate for the rebranding and operational shift. Please review the event tracking (
event('view-github')
) to ensure it accurately reflects the action, considering the context has changed from viewing a GitHub repository to scheduling a demo.apps/web/src/app/(signing)/sign/[token]/no-longer-available.tsx (1)
- 58-58: The update to the domain in the
NoLongerAvailable
component is consistent with the rebranding efforts. Ensure that "tampon.xyz" is correctly set up and that this link leads to the intended content or page.apps/marketing/src/components/(marketing)/footer.tsx (2)
- 21-22: The update to social links in the footer is noted. Ensure that all new URLs are correctly set up and lead to the intended destinations.
- 29-30: The update to footer links, including the new 'Status' and 'Support' URLs, aligns with the rebranding efforts. As with the social links, ensure that these URLs are correctly set up and lead to the intended content.
apps/marketing/src/components/(marketing)/mobile-navigation.tsx (3)
- 32-32: The update to the 'Status' link in the mobile navigation aligns with the rebranding efforts. Ensure that "https://status.tampon.xyz" is correctly set up and leads to the intended content.
- 36-36: The update to the 'Support' link in the mobile navigation to use "mailto:[email protected]" is appropriate for the updated contact information. Ensure that this email address is correctly set up to handle incoming support queries.
- 117-117: The change from a Discord link to a Facebook link in the mobile navigation reflects the updated social media strategy. Ensure that the new Facebook link leads to the intended page.
.env.example (1)
- 64-64: The update to the
NEXT_PRIVATE_SMTP_FROM_ADDRESS
in the.env.example
file is consistent with the rebranding efforts. Ensure that "[email protected]" is correctly set up and that any necessary DNS or SMTP configurations are updated accordingly.apps/web/src/app/layout.tsx (3)
- 32-34: The update to the description and keywords in the metadata for MonTampon focuses on a better signing experience and integration capabilities. Ensure that the new metadata accurately reflects the offerings and is optimized for search engines.
- 38-40: The update to the title and description in the openGraph section to reflect MonTampon as a DocuSign alternative with improved signing experiences is noted. Ensure that these changes accurately represent the service and are consistent across all platforms.
- 45-50: The change to the Twitter site handle to '@monTampon' for consistency is appropriate. Ensure that this new handle is correctly set up and that the metadata accurately reflects the service's offerings.
packages/prisma/seed/pr-713-add-document-search-to-command-menu.ts (1)
- 19-19: The update from a GitHub URL to a Calendly link in the comment is noted. Consider adding more context or a note in the project's README or contribution guidelines to direct contributors or users to the Calendly link for discussions or consultations.
apps/marketing/src/app/layout.tsx (4)
- 32-34: The update to the description and keywords in the metadata for MonTampon focuses on a better signing experience and integration capabilities. Ensure that the new metadata accurately reflects the offerings and is optimized for search engines.
- 38-40: The update to the title and description in the openGraph section to reflect MonTampon as a DocuSign alternative with improved signing experiences is noted. Ensure that these changes accurately represent the service and are consistent across all platforms.
- 45-50: The change to the Twitter site handle to '@monTampon' for consistency is appropriate. Ensure that this new handle is correctly set up and that the metadata accurately reflects the service's offerings.
- 51-52: The addition of a Google verification entry in the metadata is a good practice for SEO and site verification purposes. Ensure that the "your-google-verification-id-here" placeholder is replaced with the actual Google verification ID.
apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx (1)
- 153-153: The change from a GitHub link to a Calendly link for booking a demo aligns with the PR's objectives of updating contact points. Please ensure the Calendly link is functional and leads to the intended scheduling page.
apps/web/src/app/(signing)/sign/[token]/complete/page.tsx (1)
- 149-149: The update of the link to "https://tampon.xyz" is consistent with the rebranding efforts. Please verify that the new URL is functional and leads to the intended content.
apps/marketing/src/app/(marketing)/pricing/page.tsx (2)
- 58-58: The change of the "Get Started" button's link to a Calendly scheduling page aligns with the PR's objectives. Please ensure the link is functional and leads to the intended scheduling page.
- 134-147: Updating the support contact information to include "[email protected]" and adjusting the support channel link are in line with the rebranding efforts. Please verify the functionality of the new email address and the accessibility of the support channel.
apps/marketing/src/components/(marketing)/pricing-table.tsx (1)
- 136-136: Adding WhatsApp and Phone assistance options enhances support accessibility. Please ensure these channels are properly set up and functional.
apps/marketing/src/app/(marketing)/open/page.tsx (1)
- 152-152: The update of the link to "https://tampon.xyz/blog/pre-seed" is consistent with the rebranding efforts. Please verify that the new URL is functional and leads to the intended blog post.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- apps/marketing/src/components/(marketing)/hero.tsx (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- apps/marketing/src/components/(marketing)/hero.tsx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (6)
- apps/marketing/src/components/(marketing)/callout.tsx (1 hunks)
- apps/marketing/src/components/(marketing)/hero.tsx (1 hunks)
- apps/marketing/src/components/(marketing)/mobile-navigation.tsx (2 hunks)
- apps/marketing/src/components/(marketing)/pricing-table.tsx (1 hunks)
- packages/prisma/seed/pr-713-add-document-search-to-command-menu.ts (1 hunks)
- packages/prisma/seed/pr-718-add-stepper-component.ts (1 hunks)
Files skipped from review as they are similar to previous changes (6)
- apps/marketing/src/components/(marketing)/callout.tsx
- apps/marketing/src/components/(marketing)/hero.tsx
- apps/marketing/src/components/(marketing)/mobile-navigation.tsx
- apps/marketing/src/components/(marketing)/pricing-table.tsx
- packages/prisma/seed/pr-713-add-document-search-to-command-menu.ts
- packages/prisma/seed/pr-718-add-stepper-component.ts
Summary by CodeRabbit
.env.example
file for SMTP configuration.