Skip to content

Commit a94c545

Browse files
author
Pooja0504
committed
Added Ai violations
1 parent d710f11 commit a94c545

6 files changed

Lines changed: 5 additions & 4 deletions

File tree

124 KB
Loading

public/static/banner.jpg

194 KB
Loading

public/static/search.png

3.13 KB
Loading

src/components/App/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class App extends Component {
5757
<Header />
5858
<main style={{ padding: "20px 2%", margin: "0 auto" }}>
5959
<a href="#" >
60-
<img className="m-auto h-56 " alt="banner main" style={{minWidth: '750px', minHeight: '280px'}} src={require(`../../../public/static/banner3.png`)} />
60+
<img className="m-auto h-56 " alt="banner main" style={{minWidth: '750px', minHeight: '280px'}} src={require(`../../../public/static/banner.jpg`)} />
6161
</a>
6262
<Shelf />
6363
</main>

src/components/Footer/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Footer = () => {
55
return (
66
<footer>
77
<hr style={{ padding: "0", margin: "0" }} />
8-
8+
<img className="m-auto h-56 " alt="flowchart main" style={{ minWidth: '860px', minHeight: '320px' }} src={require(`../../../public/static/FlowchartBstackdemo.png`)} />
99
<div className="mx-auto max-w-8xl px-6">
1010
<div className="py-12 flex flex-col md:flex-row justify-between items-center space-y-4">
1111
<div className=" relative" style={{ width: "40%" }}>

src/components/Header/index.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,11 @@ const Header = () => {
167167
/>
168168
<button
169169
onClick={() => window.location.reload()}
170-
className="px-4 py-1 bg-gray-100 border border-l-0 border-gray-300 rounded-r hover:bg-gray-200 search-button"
170+
className="px-4 py-1 bg-gray-100 border border-l-0 border-gray-300"
171171
role='button'
172172
>
173-
Search
173+
<img className="m-auto h-56 " alt="flowchart main" style={{ width: '18px', height: '21px' }} src={require(`../../../public/static/search.png`)} />
174+
<span className="sr-only">Search</span>
174175
</button>
175176
</div>
176177
{userName ? (<span className="username">{userName}</span>) : ''}

0 commit comments

Comments
 (0)