You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/slice-machine/src/features/customTypes/customTypesBuilder/ImportSlicesFromLibraryModal/EmptyView.tsx
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,7 @@ import { ReactNode } from "react";
12
12
typeEmptyViewProps={
13
13
title: string;
14
14
description?: string;
15
-
// TODO: Replace prismic with github icon when available
Copy file name to clipboardExpand all lines: packages/slice-machine/src/features/customTypes/customTypesBuilder/ImportSlicesFromLibraryModal/LibrarySlicesDialogContent.tsx
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -287,17 +287,11 @@ function LibrarySlicesDialogSuspenseContent(
287
287
) : (
288
288
<EmptyView
289
289
title="GitHub connection required"
290
-
description="Connect your GitHub account to access repositories and set a library for this project."
290
+
description={`Connect your GitHub account to access
291
+
repositories and set a library for this project.`}
0 commit comments