Skip to content

Commit b00727a

Browse files
committed
name
1 parent ce723e7 commit b00727a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/HackerNews.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const HackerNews = () => {
6161

6262
return (
6363
<div className='w-full'>
64-
<h1 className='font-bold mb-6 text-2xl'>HackerNews</h1>
64+
<h1 className='font-bold mb-6 text-2xl'>hn</h1>
6565
{isLoading ? (
6666
<p>Loading...</p>
6767
) : (

0 commit comments

Comments
 (0)