Skip to content

Commit

Permalink
Merge pull request #1441 from jay-hodgson/PORTALS-3306
Browse files Browse the repository at this point in the history
PORTALS-3306: fix See More Publications
  • Loading branch information
jay-hodgson authored Dec 5, 2024
2 parents 91ed378 + 883d916 commit 4631611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/portals/elportal/src/pages/HomePageV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function HomePage() {
<SectionLayout ContainerProps={{ className: 'home-spacer' }}>
<RecentPublicationsGrid
sql={topPublicationsSql}
buttonLink="Explore/Publications"
buttonLink="/Explore/Publications"
buttonLinkText="See More Publications"
summaryText="Never miss a new finding from the frontiers of aging research."
/>
Expand Down

0 comments on commit 4631611

Please sign in to comment.