Add PageContent wrapper to Referrals page
Author: harshal050Created Sep 6, 2026Updated Sep 6, 2026
Description
The Referrals page currently does not use the standard PageContent layout wrapper.
This change will wrap the Referrals page content with PageContent and provide the page title as Referrals, keeping the page consistent with the application's existing page layout.
Proposed Change
Update ReferralsPage to use:
<PageContent title="Referrals">
<ReferralsPageClient />
</PageContent>Before
After
Source: dubinc/dub