Skip to content

Commit 46bc28a

Browse files
committed
Added Discord Server button
Signed-off-by: Steve Scargall <[email protected]>
1 parent 4a6512c commit 46bc28a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

themes/memmachine/layouts/_partials/home-sections.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ <h1 class="title">
3636
data-aos-delay="200"
3737
>Read the Docs
3838
</a>
39+
<a
40+
href="https://discord.gg/usydANvKqD"
41+
class="btn btn-primary mx-2"
42+
data-aos="fade-up"
43+
data-aos-delay="200"
44+
>Let's Chat on Discord
45+
</a>
3946
<!--
4047
<a
4148
href="{{ "pricing" | relLangURL }}"
@@ -357,7 +364,7 @@ <h4>A Personal Finance Advisor</h4>
357364
<div class="solution-single">
358365
<img src="{{ `/img/check.svg` | relURL }}" alt="check" />
359366
<div>
360-
<h4>A Technical Writer</h4>
367+
<h4>A Content Writer</h4>
361368
<p>
362369
Build an assistant that remembers your unique style guide and terminology, ensuring perfect consistency across all documentation.
363370
</p>

themes/memmachine/layouts/_partials/ready-section.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ <h2 class="title-2">Ready to <span>Begin?</span></h2>
2828
data-aos-delay="200"
2929
>Read the Docs
3030
</a>
31+
<a
32+
href="https://discord.gg/usydANvKqD"
33+
class="btn btn-primary mx-2"
34+
data-aos="fade-up"
35+
data-aos-delay="200"
36+
>Let's Chat on Discord
37+
</a>
3138
</div>
3239
</div>
3340
</div>

0 commit comments

Comments
 (0)