We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The title is empty for vscode and console tiles and the former causes nebari tests to fail (nebari-dev/nebari#2468 (comment)):
This is implemented here:
https://github.com/nebari-dev/jupyterlab-new-launcher/blob/dbf5f857a6bf4ae88a3c4873ac5014a67e95c834/src/components/card.tsx#L17
Upstream falls back to label if caption is not available. We should too.
label
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The title is empty for vscode and console tiles and the former causes nebari tests to fail (nebari-dev/nebari#2468 (comment)):
This is implemented here:
https://github.com/nebari-dev/jupyterlab-new-launcher/blob/dbf5f857a6bf4ae88a3c4873ac5014a67e95c834/src/components/card.tsx#L17
Upstream falls back to
label
if caption is not available. We should too.The text was updated successfully, but these errors were encountered: