Skip to content

Commit 6d1794d

Browse files
Add 'Researcher' to words in ContainerTextFlipDemo
1 parent 109edea commit 6d1794d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ContainerTextFlip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ContainerTextFlip } from "@/components/ui/container-text-flip";
33
export function ContainerTextFlipDemo() {
44
return (
55
<ContainerTextFlip
6-
words={["Rohan Modi", "Student", "Tech Nerd", "Creator", "Developer", "Designer", "Writer"]}
6+
words={["Rohan Modi", "Student", "Tech Nerd", "Creator", "Developer", "Designer", "Writer", "Researcher"]}
77
/>
88
);
99
}

0 commit comments

Comments
 (0)