Skip to content

Commit 661368d

Browse files
authored
Merge pull request #1860 from appwrite/update-pil-mcp
Update +page.svelte
2 parents 2dcbd91 + ffa7153 commit 661368d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/routes/+page.svelte

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,16 @@
133133
<div class="my-12 lg:my-[7.5rem]">
134134
<section class="container pb-0">
135135
<a
136-
href="/blog/post/introducing-new-compute-capabilities-appwrite-functions"
136+
href="/blog/post/what-is-mcp"
137137
class="web-hero-banner-button mb-4"
138138
on:click={() => trackEvent({ plausible: { name: 'Banner button click' } })}
139139
>
140140
<span class="web-icon-star shrink-0" aria-hidden="true" />
141141
<span class="text-caption shrink-0 font-medium">New</span>
142142
<div class="web-hero-banner-button-sep" />
143-
<span class="text-caption web-u-trim-1">New compute options available</span>
143+
<span class="text-caption web-u-trim-1"
144+
>Announcing new Appwrite MCP server</span
145+
>
144146
<span class="web-icon-arrow-right shrink-0" aria-hidden="true" />
145147
</a>
146148
<Hero>

0 commit comments

Comments
 (0)