We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce723e7 commit b00727aCopy full SHA for b00727a
components/HackerNews.tsx
@@ -61,7 +61,7 @@ const HackerNews = () => {
61
62
return (
63
<div className='w-full'>
64
- <h1 className='font-bold mb-6 text-2xl'>HackerNews</h1>
+ <h1 className='font-bold mb-6 text-2xl'>hn</h1>
65
{isLoading ? (
66
<p>Loading...</p>
67
) : (
0 commit comments