Skip to content

Commit 4e4c809

Browse files
committed
gg
1 parent 7a43687 commit 4e4c809

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

src/app/media/page.tsx

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,22 @@ const ContactPage = () => {
4747
{type: "instagram", url: "https://www.instagram.com/p/DCxB3Vxy9cn/"},
4848
{type: "youtube", url: "https://youtu.be/R9iVv4WKt9c?si=_OPmi7fMM8FGFj0i"},
4949
{type: "instagram", url: "https://www.instagram.com/p/DFCT6y9uN4W/?img_index=1"},
50-
{type: "instagram", url: "https://www.instagram.com/reel/DFbdEzqRFz2/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA=="},
51-
{type: "instagram", url: "https://www.instagram.com/reel/DFdTk1WRPRL/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA=="},
52-
{type: "instagram", url: "https://www.instagram.com/p/DFiopt9RE0v/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA=="},
53-
{type: "instagram", url: "https://www.instagram.com/reel/DFjln0WOlHf/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA=="},
54-
{type: "instagram", url: "https://www.instagram.com/reel/DFqvEN4SV6o/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA=="},
55-
{type: "instagram", url: "https://www.instagram.com/p/DFwNnwHRr6Y/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA=="},
56-
{type: "instagram", url: "https://www.instagram.com/p/DF6L57XyrSv/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA=="},
57-
{type: "instagram", url: "https://www.instagram.com/reel/DF9J9eKuQoM/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA=="},
58-
{type: "instagram", url:"https://www.instagram.com/reel/DGEkLgnuwOz/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA=="},
59-
{type: "instagram", url:"https://www.instagram.com/p/DGIDOqzOwpD/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA=="},
60-
{type: "instagram", url: "https://www.instagram.com/p/DGZREjQxeEm/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA=="},
61-
{type: "instagram", url:"https://www.instagram.com/p/DGtKJQexXs8/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA=="}
50+
{type: "instagram", url: "https://www.instagram.com/reel/DFbdEzqRFz2/"},
51+
{type: "instagram", url: "https://www.instagram.com/reel/DFdTk1WRPRL/"},
52+
{type: "instagram", url: "https://www.instagram.com/p/DFiopt9RE0v/"},
53+
{type: "instagram", url: "https://www.instagram.com/reel/DFjln0WOlHf/"},
54+
{type: "instagram", url: "https://www.instagram.com/reel/DFqvEN4SV6o/"},
55+
{type: "instagram", url: "https://www.instagram.com/p/DFwNnwHRr6Y/"},
56+
{type: "instagram", url: "https://www.instagram.com/p/DF6L57XyrSv/"},
57+
{type: "instagram", url: "https://www.instagram.com/reel/DF9J9eKuQoM/"},
58+
{type: "instagram", url: "https://www.instagram.com/reel/DGEkLgnuwOz/"},
59+
{type: "instagram", url: "https://www.instagram.com/p/DGIDOqzOwpD/"},
60+
{type: "instagram", url: "https://www.instagram.com/p/DGZREjQxeEm/"},
61+
{type: "instagram", url: "https://www.instagram.com/p/DGtKJQexXs8/"},
62+
{type: "instagram", url: "https://www.instagram.com/p/DIh2RlLxDEG/"},
63+
{type: "instagram", url: "https://www.instagram.com/p/DIh2RlLxDEG/"},
64+
{type: "instagram", url: "https://www.instagram.com/p/DIndYwJMAm2/"},
65+
{type: "instagram", url: "https://www.instagram.com/p/DIrU3Nxxly_/"},
6266
]
6367

6468
const [render, setRender] = useState(p.slice(p.length - 3, p.length))

src/components/Team/teamData.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const teamData: Team[] = [
1111
id: 2,
1212
image: "sanjith.png",
1313
name: "Sanjith Sunil",
14-
role: ["Software Captain", "Scouting", "Electrical", "Web Dev ❤️"]
14+
role: ["Mentor", "gg"]
1515
},
1616
{
1717
id: 3,

0 commit comments

Comments
 (0)