Skip to content

Commit bbc0eea

Browse files
authored
fix: Fix the title name (#32)
1 parent e029a98 commit bbc0eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
http-equiv="Content-Security-Policy"
77
content="script-src 'self' 'unsafe-inline'"
88
/>
9-
<title>QueryMonster</title>
9+
<title>Query Master</title>
1010
</head>
1111
<body>
1212
<div id="root"></div>

0 commit comments

Comments
 (0)