Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikugodwill committed Feb 6, 2025
1 parent b742e35 commit e685fff
Show file tree
Hide file tree
Showing 4 changed files with 299 additions and 89 deletions.
6 changes: 5 additions & 1 deletion landing-page/components/TweetWall.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ const TweetWall = () => {
className={`p-8 ${index < 6 ? "border-b" : ""} ${
index % 3 !== 2 ? "border-r" : ""
} border-[#57606A] `}
style={{ height: "500px", overflowY: "scroll", scrollbarWidth: "none" }}
style={{
height: "500px",
overflowY: "scroll",
scrollbarWidth: "none",
}}
>
<Tweet id={tweetId} />
</div>
Expand Down
7 changes: 2 additions & 5 deletions landing-page/data/tweets.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"tweetIds":[
"1881684365459280082",
"1881680249311883591"
]
}
"tweetIds": ["1881684365459280082", "1881680249311883591"]
}
Loading

0 comments on commit e685fff

Please sign in to comment.