We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797fcc5 commit 25a69e4Copy full SHA for 25a69e4
src/webOS/initialapps/DaedalOS/DaedalOS.jsx
@@ -44,7 +44,7 @@ function daedalOS({ onClose: parentOnClose }) {
44
// open draggable window once
45
const windowId = openDraggableWindow({
46
id: 'daedalOS', // stable id to dedupe in StrictMode
47
- title: 'daedalOS',
+ title: 'dustinbrett.com',
48
windowWidth,
49
windowHeight,
50
minWindowWidth,
0 commit comments