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: browser/data-browser/src/components/NewIdentitySection.tsx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ export function NewIdentitySection({
58
58
noParent: true,
59
59
propVals: {
60
60
[core.properties.name]: driveName,
61
+
[core.properties.description]: '# Welcome to your Drive\n\nThis is your personal Atomic Data drive. Edit this description to tell visitors what this space is about.',
Copy file name to clipboardExpand all lines: browser/data-browser/src/hooks/useDevDrive.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ export function useDevDrive() {
36
36
noParent: true,
37
37
propVals: {
38
38
[core.properties.name]: 'dev',
39
+
[core.properties.description]: '# Welcome to your Drive\n\nThis is your personal Atomic Data drive. Edit this description to tell visitors what this space is about.',
0 commit comments