Skip to content

Commit

Permalink
Feature.jsx div class name correction done adrianhajdin#3
Browse files Browse the repository at this point in the history
  • Loading branch information
manishkumar123456 committed Dec 31, 2023
1 parent 16457b4 commit f93b6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/feature/Feature.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import './feature.css';

const Feature = ({ title, text }) => (
<div className="gpt3__features-container__feature">
<div className="gpt3__features-container__feature-text">
<div className="gpt3__features-container__feature-title">
<div />
<h1>{title}</h1>
Expand Down

0 comments on commit f93b6d8

Please sign in to comment.