-
Notifications
You must be signed in to change notification settings - Fork 21
feat: add institution route and membership grant component #2956
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
base: main
Are you sure you want to change the base?
Conversation
testimonialsData['kang-ming-tay']!, | ||
testimonialsData['jonathan-lorimer']!, | ||
testimonialsData['patrick-burris']!, | ||
]; |
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.
</div> | ||
|
||
<div class="flex justify-center items-center mb-20"> | ||
<InstitutionPage::CreateMembershipGrantApplicationContainer class="max-w-xs" /> |
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.
Bug: Missing Arguments Cause Undefined Values
The InstitutionPage::CreateMembershipGrantApplicationContainer
component is invoked without the required @affiliateLink
and @course
arguments. Its template expects these arguments, which results in undefined
values being passed to the nested AffiliateLinkPage::AcceptReferralButton
component.
Locations (1)
<div class="bg-white bg-github-green-dot-wall"> | ||
<div class="container mx-auto lg:max-w-(--breakpoint-xl) pt-8 sm:pt-16 pb-48 px-3 md:px-6"> | ||
<div class="space-y-6 text-center max-w-[580px] mx-auto mb-8"> | ||
<h1 class="text-3xl text-gray-900 font-bold mb-6 md:text-4xl text-balance"> |
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.
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Bundle ReportChanges will increase total bundle size by 7.53kB (0.02%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: client-array-pushAssets Changed:
Files in
|
No description provided.