+ )
+}
diff --git a/services/web/frontend/js/features/share-project-modal/components/share-modal-body.tsx b/services/web/frontend/js/features/share-project-modal/components/share-modal-body.tsx
index bccf27b191..51b9b0cce7 100644
--- a/services/web/frontend/js/features/share-project-modal/components/share-modal-body.tsx
+++ b/services/web/frontend/js/features/share-project-modal/components/share-modal-body.tsx
@@ -15,6 +15,7 @@ import OLNotification from '@/shared/components/ol/ol-notification'
import ErrorMessage from '@/features/share-project-modal/components/error-message'
import ProjectAccess from '@/features/share-project-modal/components/project-access'
import InvitedPeople from '@/features/share-project-modal/components/invited-people'
+import PublishPresentationSection from '@/features/share-project-modal/components/publish-presentation-section'
type ShareModalBodyProps = {
isInvitedPeopleScreen: boolean
@@ -114,6 +115,8 @@ export default function ShareModalBody({
return (
<>
+ {isProjectOwner && }
+
{isProjectOwner ? (
Overleaf Premium",
"preparing_for_export": "Preparing for export…",
"presentation": "Presentation",
+ "presentation_link_private": "Only logged-in users",
+ "presentation_link_public": "Anyone with the link",
"presentation_mode": "Presentation mode",
"press_shift_space_for_suggestions": "Press Shift+Space for suggestions",
"press_space_to_open_the_ai_assistant": "Press Space to open the AI assistant",
@@ -2348,6 +2350,8 @@
"settings": "Settings",
"setup_another_account_under_a_personal_email_address": "Set up another Overleaf account under a personal email address.",
"share": "Share",
+ "share_compiled_presentation": "Share compiled presentation",
+ "share_compiled_presentation_info": "Publish the compiled presentation as a standalone page you can link to, outside the editor. Re-publish to update it.",
"share_feedback": "Share feedback",
"share_project": "Share Project",
"share_project_name": "Share __projectName__",