Skip to content

Commit

Permalink
Refactor: Change on 'ExpertiseSummaryPage.tsx' page bg container clas…
Browse files Browse the repository at this point in the history
…s selector
  • Loading branch information
ITurres committed Sep 30, 2023
1 parent 4d6d1b4 commit 87e60fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/ExpertiseSummaryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import expertiseData from '../../db/expertiseSummary.json';
import '../../styles/pages/ExpertiseSummaryPage.scss';

const ExpertiseSummaryPage: React.FC = () => (
<div className="bg--container">
<div className="expertise-summary-page-bg--container">
<div className="blend-in-out">
<main className="expertise container ">
{Object.entries(expertiseData).map((expertiseSummary) => {
Expand Down

0 comments on commit 87e60fa

Please sign in to comment.