We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b29b5 commit 32b7e07Copy full SHA for 32b7e07
doit-mcp-server/src/utils.ts
@@ -152,7 +152,7 @@ export const layout = (
152
<div
153
class="container mx-auto px-4 py-4 flex justify-between items-center"
154
>
155
- <img src="/img/doit-logo.svg" alt="DoiT MCP" class="h-8" />
+ <img src="/doit/doit-logo.svg" alt="DoiT MCP" class="h-8" />
156
</div>
157
</header>
158
<main class="container mx-auto px-4 pb-12 flex-grow">${content}</main>
@@ -270,7 +270,7 @@ export const renderApproveContent = async (
270
<script>
271
setTimeout(() => {
272
document.getElementById('return-home-link').style.display = 'inline-block';
273
- }, 1400);
+ }, 3000);
274
275
window.location.href = "${redirectUrl}";
276
}, 2000);
doit-mcp-server/static/doit/doit-logo.svg
0 commit comments