Skip to content

Commit

Permalink
Add delay before typewritter effect
Browse files Browse the repository at this point in the history
  • Loading branch information
dy0gu committed Nov 28, 2023
1 parent a61c95e commit 2396f33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export default function RootLayout({
return (
<html lang="en" className={font.className}>
<body className={"bg-black"}>
{children}
<Analytics />
{children}
</body>
</html>
);
Expand Down
3 changes: 3 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ export default function Home() {
<Typewriter
options={{
strings: [
"",
"",
"",
"That's my username up there!",
'Look at that, the <span style="color: pink;">text</span> changed, crazy...',
"Have you heard about the mathematician who's afraid of negative numbers?",
Expand Down

0 comments on commit 2396f33

Please sign in to comment.