Skip to content

Commit

Permalink
Correct few Lexical Errors in ButtonCollecion.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamanna225 committed Oct 20, 2024
1 parent 4cc1d90 commit d3e37e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaosweb-v@2/src/pages/ButtonCollection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const ButtonCollection = () => {
<h1 className="text-6xl font-extrabold mb-4 text-transparent bg-clip-text bg-gradient-to-r from-purple-500 via-pink-500 to-orange-400 drop-shadow-md">
Button Mania
</h1>
<p className="text-lg text-gray-400">Explre the Unknown with our buttons</p>
<p className="text-lg text-gray-400">Explore the Unknown with our buttons</p>
</header>

<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-12 shake-slow">
Expand Down

0 comments on commit d3e37e6

Please sign in to comment.