Skip to content

Commit

Permalink
update HeroText
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohitha-pudu committed Jun 3, 2024
1 parent 8b6eac1 commit 0c8c884
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/components/HeroText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ export function TypewriterEffectSmoothDemo() {
const words = [
{
text: "👋Welcome",
className:"md:text-5xl text-3xl text-white"
className:"md:text-3xl lg:text-5xl text-3xl text-white"
},
{
text: "To",
className:"text-white md:text-5xl text-3xl"
className:"text-white lg:text-5xl md:text-3xl text-3xl"
},
{
text: "Style",
className: "text-blue-500 md:text-5xl text-3xl",
className: "text-blue-500 lg:text-5xl md:text-3xl text-3xl",
},
{
text: "Share",
className: "text-blue-500 md:text-5xl text-3xl",
className: "text-blue-500 lg:text-5xl md:text-3xl text-3xl",
},

];
Expand Down

0 comments on commit 0c8c884

Please sign in to comment.