Skip to content

Commit

Permalink
gs
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Jun 15, 2024
1 parent 49df1c5 commit 809c9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/FlipWords.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export function FlipWordsDemo() {
const words = ["better", "cute", "beautiful", "modern"];

return (
<div className="h-[40rem] flex justify-center items-center px-4">
<div className="h-[40rem] flex justify-center items-center bg-white dark:bg-slate-800 px-4">
<div className="sm:text-4xl text-xl mx-auto font-normal text-neutral-600 dark:bg-white">
Build
<FlipWords words={words} /> <br />
Expand Down

0 comments on commit 809c9b0

Please sign in to comment.