We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a78c9a commit 7a3d121Copy full SHA for 7a3d121
src/pages/TryNow/MusicBlocks.tsx
@@ -69,13 +69,13 @@ const MusicBlocksPage = () => {
69
70
<p className="flex justify-center flex-wrap">
71
<span className="text-[#436EA6]">Learn music</span>
72
- <span className="dark:text-white">,</span>
+ <span className="dark:text-white">,</span>
73
<span className="text-[#FEC613]">math</span>
74
- <span className="dark:text-white">, and</span>
+ <span className="dark:text-white">, and</span>
75
<span className="text-[#AB486A]">programming</span>
76
<span className="dark:text-white">together.</span>
77
</p>
78
-
+ <br />
79
<div className="w-[80%] mx-auto flex justify-center">
80
<img
81
src={musicblockstext.path}
0 commit comments