Skip to content

Commit

Permalink
Fixes?
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoMilanesio committed Oct 15, 2024
1 parent 15ea37c commit b9db40c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions news.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,8 @@
}

// Example usage with static tweet IDs
<<<<<<< HEAD
const staticTweetIds = ['1824810287674937510','1806350030795604311', '1806336298531086425'];
=======
const staticTweetIds = ['1845734536014917680', '1806350030795604311', '1806336298531086425'];
>>>>>>> 8d42024 (Fixes paper letizia)
const staticTweetIds = ['1824810287674937510',
'1806350030795604311', '1806336298531086425'];
displayTweets(staticTweetIds);
</script>

Expand Down

0 comments on commit b9db40c

Please sign in to comment.