Skip to content

Commit

Permalink
Add active section class
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Jan 16, 2023
1 parent a9c2995 commit 4d2c480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LandingPage/DatahubLandingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const LandingPage = (props) => {
render: () => {
return (
<Tab.Pane>
<div className="landing-page-cards">
<div className={`landing-page-cards ${activeSection}`}>
<List>
{sortedTiles(tiles, activeSectionConfig, appConfig).map(
(topic, index) => {
Expand Down

0 comments on commit 4d2c480

Please sign in to comment.