Skip to content

Commit

Permalink
Merge pull request #63 from ritikraj07/thapa
Browse files Browse the repository at this point in the history
to check no code changes
  • Loading branch information
dilasathapa authored Jan 18, 2023
2 parents 086f2ad + 5a8fc6c commit 069ef7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CSS/landing-home.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
font-family: 'Montserrat', sans-serif;
}




#landing-home {
margin: -1%;
border: 4px solid white;
Expand Down
2 changes: 2 additions & 0 deletions UTILITY/landing-home.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { getCategoryPlaylists } from "../UTILITY/api_call.js";
let t = localStorage.getItem('spotify_token')




window.addEventListener("load", async function(){
let gotData = await getCategoryPlaylists("sleep", "15", "5", t);
var id = document.getElementById("f-show");
Expand Down

0 comments on commit 069ef7d

Please sign in to comment.