Skip to content

Commit

Permalink
feat: update console log message
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Feb 2, 2025
1 parent cacda85 commit 0211d25
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions apps/web/src/components/hello.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ import { useEffect } from 'react'

const Hello = () => {
useEffect(() => {
console.log(`
██╗ ██╗ ██████╗ ███╗ ██╗ ██████╗
██║ ██║██╔═══██╗████╗ ██║██╔════╝
███████║██║ ██║██╔██╗ ██║██║ ███╗
██╔══██║██║ ██║██║╚██╗██║██║ ██║
██║ ██║╚██████╔╝██║ ╚████║╚██████╔╝
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═════╝
`)
console.log(
`\
%cHey there, awesome developer!
If you're digging this code, check out my GitHub repo:
https://github.com/tszhong0411/honghong.me
and give it a star ⭐
`,
'font-size: 16px'
)
}, [])

return null
Expand Down

0 comments on commit 0211d25

Please sign in to comment.