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> </style>
<script> <script>
const data = [ const data = [
{ name: "Aditya", text: "Just Went Kodepilot!" }, { name: "Ben", text: "Just Went HCL!" },
{ name: "Priya", text: "won a Hackathon!" }, { name: "Rakul", text: "Just Went Accenture!" },
{ name: "Rahul", text: "earned a Scholarship!" }, { name: "Anjali", text: "Joined a Ebmpapst!" },
{ name: "Sneha", text: "joined a Festival!" } { 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; let index1 = 0;
const nameEl1 = document.querySelector(".nameContainer"); const nameEl1 = document.querySelector(".nameContainer");