Skip to content

Commit 7399706

Browse files
committed
(chore) Update Consultation Link
Signed-off-by: Progyan Bhattacharya <bprogyan@gmail.com>
1 parent cf06032 commit 7399706

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/layout/footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const { className } = Astro.props;
2020
<a href="/" aria-label="Otjs homepage">Copyright &copy;</a>
2121
All rights reserved by
2222
<a
23-
href="https://twitter.com/ProDevOfficial"
23+
href="https://github.com/0xTheProDev"
2424
target="_blank"
2525
rel="noreferrer"
2626
class="font-medium underline underline-offset-4"

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ import Icon from "astro-icon";
138138
<div class="space-y-2">
139139
<h3 class="font-bold">Still not Convinced?</h3>
140140
<p class="text-sm text-muted-foreground">
141-
Book appointment with <a
142-
href="https://calendly.com/theprodev"
141+
Reach out to <a
142+
href="https://twitter.com/ProDevOfficial"
143143
target="_blank"
144144
rel="noreferrer"
145145
class="underline underline-offset-4"

0 commit comments

Comments
 (0)