Skip to content

Commit

Permalink
View more
Browse files Browse the repository at this point in the history
  • Loading branch information
nsaunders committed Jul 30, 2023
1 parent 56efd83 commit 46b8a70
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ export default async function Home() {
>
<PostListItem>{latestPost}</PostListItem>
</Surface>
<LinkAnchor href="/projects">
See more of my posts&hellip;
</LinkAnchor>
<LinkAnchor href="/projects">View more&hellip;</LinkAnchor>
</section>
)}
<Surface theme="dark-gray">
Expand Down Expand Up @@ -115,9 +113,7 @@ export default async function Home() {
{projectSummary}
</Paragraph>
</Surface>
<LinkAnchor href="/projects">
See more of my work&hellip;
</LinkAnchor>
<LinkAnchor href="/projects">View more&hellip;</LinkAnchor>
</section>
)}
</div>
Expand Down

0 comments on commit 46b8a70

Please sign in to comment.