fix: content_updated

This commit is contained in:
koushik.m 2025-09-27 03:08:15 +05:30
parent b8964de1ad
commit 66f96fb672

View File

@ -200,10 +200,13 @@
</style>
<script>
const data = [
{ name: "Aditya", text: "Just Went Kodepilot!" },
{ name: "Priya", text: "won a Hackathon!" },
{ name: "Rahul", text: "earned a Scholarship!" },
{ name: "Sneha", text: "joined a Festival!" }
{ name: "Ben", text: "Just Went HCL!" },
{ name: "Rakul", text: "Just Went Accenture!" },
{ name: "Anjali", text: "Joined a Ebmpapst!" },
{ name: "Sneha", text: "joined a Infosys!" },
{ name: "Amit", text: "Just Went JBL!" },
{ name: "Vikram", text: "Just Went UST!" },
{ name: "Priya", text: "Just Went Serviceplaingroup!" }
];
let index1 = 0;
const nameEl1 = document.querySelector(".nameContainer");