Skip to content
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

OEL-1650: Move Event registration url to links. #172

Merged
merged 12 commits into from
Aug 5, 2022
Merged

OEL-1650: Move Event registration url to links. #172

merged 12 commits into from
Aug 5, 2022

Conversation

drishu
Copy link
Contributor

@drishu drishu commented Aug 2, 2022

No description provided.

'text-white',
],
]);
$url = Url::fromUri($registration_url->getValue()[0]['uri']);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we change cardinality we change this, but for now we assume 1 value

'btn-primary',
'd-block',
'd-md-inline-block',
'text-white',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its not in netlify but if I dont the text color is blue

'text-white',
],
]);
$url = Url::fromUri($registration_url->getValue()[0]['uri']);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$url = Url::fromUri($registration_url->getValue()[0]['uri']);
$url = $registration_url->first()->getUrl();

brummbar
brummbar previously approved these changes Aug 5, 2022
@brummbar brummbar merged commit e0533cd into 1.x Aug 5, 2022
@brummbar brummbar deleted the OEL-1650 branch August 5, 2022 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants