[PR #8663] fix(docs): add missing Encore icon to sidebar icons #16375

Closed
opened 2026-04-13 10:30:24 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/better-auth/better-auth/pull/8663

State: closed
Merged: Yes


Summary

  • The Encore integration docs PR (#7760) added the encore icon to landing/components/docs/icons.tsx but missed adding it to landing/components/icons/index.tsx
  • sidebar-content.tsx imports Icons from ./icons (i.e., landing/components/icons/index.tsx), causing a type error: Property 'encore' does not exist on type
  • Added the encore SVG icon to the sidebar icons file to fix the build

Test plan

  • pnpm typecheck passes
  • CI lint and build checks pass
**Original Pull Request:** https://github.com/better-auth/better-auth/pull/8663 **State:** closed **Merged:** Yes --- ## Summary - The Encore integration docs PR (#7760) added the `encore` icon to `landing/components/docs/icons.tsx` but missed adding it to `landing/components/icons/index.tsx` - `sidebar-content.tsx` imports `Icons` from `./icons` (i.e., `landing/components/icons/index.tsx`), causing a type error: `Property 'encore' does not exist on type` - Added the `encore` SVG icon to the sidebar icons file to fix the build ## Test plan - [x] `pnpm typecheck` passes - [x] CI lint and build checks pass
GiteaMirror added the pull-request label 2026-04-13 10:30:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#16375