Skip to content

Commit 32b7e07

Browse files
committed
feat(mcp): add doit logo
1 parent 72b29b5 commit 32b7e07

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doit-mcp-server/src/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export const layout = (
152152
<div
153153
class="container mx-auto px-4 py-4 flex justify-between items-center"
154154
>
155-
<img src="/img/doit-logo.svg" alt="DoiT MCP" class="h-8" />
155+
<img src="/doit/doit-logo.svg" alt="DoiT MCP" class="h-8" />
156156
</div>
157157
</header>
158158
<main class="container mx-auto px-4 pb-12 flex-grow">${content}</main>
@@ -270,7 +270,7 @@ export const renderApproveContent = async (
270270
<script>
271271
setTimeout(() => {
272272
document.getElementById('return-home-link').style.display = 'inline-block';
273-
}, 1400);
273+
}, 3000);
274274
setTimeout(() => {
275275
window.location.href = "${redirectUrl}";
276276
}, 2000);
Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)