Skip to content

Commit 8aeacdb

Browse files
feat: update footer contact and X link (#64)
* Update footer contact and X link * chore: update footer contact details (#59, #61)
1 parent 34bc3ed commit 8aeacdb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/Footer.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ const currentYear = new Date().getFullYear();
6969
</a>
7070
<span class="hidden text-zinc-700 sm:block">|</span>
7171
<a
72-
href="tel:+917994134420"
72+
href="tel:+919620855052"
7373
class="group flex items-center gap-2 transition-colors hover:text-white"
7474
>
7575
<span
7676
class="bg-primary h-2 w-2 rounded-full transition-transform group-hover:scale-150"
7777
></span>
78-
+91 79941 34420
78+
+91 96208 55052
7979
</a>
8080
</div>
8181
</div>
@@ -104,7 +104,7 @@ const currentYear = new Date().getFullYear();
104104
},
105105
{
106106
name: "X (Twitter)",
107-
url: "https://twitter.com/sahyadri_osc",
107+
url: "https://x.com/sosc_sahyadri",
108108
},
109109
{
110110
name: "YouTube",

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ import "lenis/dist/lenis.css";
6969
name="twitter:image"
7070
content="https://www.sosc.org.in/twitter-image.png"
7171
/>
72-
<meta name="twitter:site" content="@sahyadri_osc" />
72+
<meta name="twitter:site" content="@sosc_sahyadri" />
7373
<ClientRouter />
7474
<script>
7575
import Lenis from "lenis";

0 commit comments

Comments
 (0)