Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 1 addition & 18 deletions package-lock.json
Copy link
Member

@sa-fw-an sa-fw-an Nov 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not push the files that have not been edited

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted, resolving the issue.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/pages/TryNow/MusicBlocks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ const MusicBlocksPage = () => {
<main className="container mx-auto px-4 sm:px-6 md:px-8 py-6">
<FeatureSection data={musicBlocksData} />

<p className="flex justify-center">
<p className="flex justify-center flex-wrap">
<span className="text-[#436EA6]">Learn music</span>
&nbsp;<span className="dark:text-white">,</span>&nbsp;
<span className="dark:text-white">,</span>&nbsp;
<span className="text-[#FEC613]">math</span>
&nbsp;<span className="dark:text-white">, and</span>&nbsp;
<span className="dark:text-white">, and</span>&nbsp;
<span className="text-[#AB486A]">programming</span>
&nbsp;<span className="dark:text-white">together.</span>
</p>

<br />
<div className="w-[80%] mx-auto flex justify-center">
<img
src={musicblockstext.path}
Expand Down