trusted by decidable#623
Conversation
WalkthroughExtended the Trusted by section in docs/components/fern/trusted-by.vue by adding a new anchor entry for Decidable with light and dark logo variants, placed after the ConnexTicket block. No existing anchors or logic were changed; only static markup was appended. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
docs/components/fern/trusted-by.vue (1)
3-3: Grammar nit: “Trusted by teams at”.Tiny copy edit for correctness and consistency.
- Trusted by team at + Trusted by teams at
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/components/fern/trusted-by.vue(1 hunks)
🔇 Additional comments (1)
docs/components/fern/trusted-by.vue (1)
90-102: Add rel="noopener noreferrer" to the external anchor and confirm Decidable assetsPrevents reverse‑tabnabbing; the anchor in docs/components/fern/trusted-by.vue opens an external link with target="_blank" and currently lacks rel.
- <a + <a href="https://github.com/elysiajs/elysia/discussions/1312#discussioncomment-14405781" target="_blank" + rel="noopener noreferrer" title="Decidable uses Elysia to power their Business Intelligence platform, and virtually every new project they start." class="opacity-60 hover:opacity-100 focus:opacity-100 transition-opacity" >
- Verify that /logo/decidable.webp and /logo/decidable-dark.webp are committed and served (rg only found references in docs/components/fern/trusted-by.vue).
- Check other target="_blank" anchors in this component for the same rel attribute for consistency.
Assumed a direct link to our website is reserved for sponsors, which is very understandable!
Hope to sponsor you in the future when it makes sense for us economically!