Skip to content

Commit 7856dc1

Browse files
committed
feat: removed popup from index page
1 parent 588ef3c commit 7856dc1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/index.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ const orderedPosts = nonDraftPosts.sort((a, b) => {
2020
<About />
2121
<LatestBlogPost post={orderedPosts[0]} />
2222
<Projects />
23-
<Popup text="👨‍💻 Currently looking for entry level positions" href="/blog/internships" />
2423
</BaseLayout>

0 commit comments

Comments
 (0)