In my Next.js application with typescript, I am handling user authentication such as sign in and sign up through platforms like Google using Clerk. Clerk simplifies user management and authentication with prebuilt components for email and password authentication. Once the user auth system is set up, I aim to customize my app by branding it with features found in Clerk's customization configure section, like adding a logo and icon. However, I cannot locate the branding feature in the customization category within the Clerk application management page.
I suspect that the branding feature may have been deprecated, and a new or updated feature is now being used. How can I apply branding to my application without the previous feature?