-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix landing page missing #2
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/components/RenderElement.tsx
Outdated
<p className={`text-balance font-sans text-xl text-gray ${props.errorMessageClassName ?? ""}`}> | ||
Missing or invalid element codename{" "} | ||
<KontentComponentErrorMessage errorMessageClassName={props.errorMessageClassName}> | ||
Missing element with the codename{" "} |
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.
two spaces intentional here?
src/components/RenderElement.tsx
Outdated
> | ||
Landing Page content type | ||
</a>{" "} | ||
contains elements with elements names and{" "} |
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.
i would leave just contains elements with names and codenames
. if you insist on leaving the duplicit elements in there, it should be contains elements with element names and codenames
b2cd069
to
268e74e
Compare
Motivation
Which issue does this fix? Fixes #
issue number
If no issue exists, what is the fix or new feature? Were there any reasons to fix/implement things that are not obvious?
Checklist
How to test
If manual testing is required, what are the steps?