diff --git a/services/web/frontend/js/features/project-list/components/project-list-lumiere.tsx b/services/web/frontend/js/features/project-list/components/project-list-lumiere.tsx index 33e656c9fd..ccb44c0fba 100644 --- a/services/web/frontend/js/features/project-list/components/project-list-lumiere.tsx +++ b/services/web/frontend/js/features/project-list/components/project-list-lumiere.tsx @@ -25,6 +25,7 @@ import OLFormCheckbox from '@/shared/components/ol/ol-form-checkbox' import { CopyProjectButtonTooltip } from './table/cells/action-buttons/copy-project-button' import { DownloadProjectButtonTooltip } from './table/cells/action-buttons/download-project-button' import { CompileAndDownloadProjectPDFButtonTooltip } from './table/cells/action-buttons/compile-and-download-project-pdf-button' +import { DownloadPresentationButtonTooltip } from './table/cells/action-buttons/download-presentation-button' import { ArchiveProjectButtonTooltip } from './table/cells/action-buttons/archive-project-button' import { TrashProjectButtonTooltip } from './table/cells/action-buttons/trash-project-button' import FormatCell from './table/cells/format-cell' @@ -173,7 +174,11 @@ const ProjectCard = memo(function ProjectCard({
- + {project.compiler === 'quarto' ? ( + + ) : ( + + )}