Skip to content

Commit

Permalink
Removes the duplicate property.
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-dev-autofix[bot] committed Jan 17, 2023
1 parent 34b6022 commit ab704e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion javascript/packages/demo-react/src/App.js
Expand Up @@ -6,7 +6,7 @@ function App() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" alt="logo_" />
<img src={logo} className="App-logo" alt="logo" />
<Home title="Welcome to DeepSource Enterprise" isHero />
<a
className="App-link"
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/demo-react/src/components/hero.js
Expand Up @@ -14,7 +14,7 @@ export default function Home({ title, features }) {
<Hero
className="bg"
title="DeepSource is how you write clean and secure code"
title=""

/>
<ul>
{features.map((feature) => (
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/demo-react/src/components/home.js
Expand Up @@ -14,7 +14,7 @@ export default function Home({ title, features }) {
<Hero
className="bg"
title="DeepSource is how you write clean and secure code"
title=""

/>
<ul>
{features.map((feature) => (
Expand Down

0 comments on commit ab704e8

Please sign in to comment.