Skip to content

Commit

Permalink
fixed footer image
Browse files Browse the repository at this point in the history
Signed-off-by: Apurv Sonawane <[email protected]>
  • Loading branch information
Apurv428 committed Jul 9, 2024
1 parent 749536a commit 6f6dfc6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions react-frontend/src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import openMainFrameLogo from "../../images/openmainframeproject-color-1.png";
import openMainFrameLogo from "../../images/openmainframe.png";

const Footer = () => {
return (
Expand All @@ -8,9 +8,7 @@ const Footer = () => {
<img src={openMainFrameLogo} alt="Footer Logo" className="w-100 h-32 mr-4" />
<p className="text-lg">
Disclaimer: The package information is provided AS-IS with no representations whatsoever with respect to accuracy and/or completeness. We reserve the right to change the information at any time and without notice. To obtain the most current package information, please visit the official Linux distribution websites or websites for the specific software you're looking into.

<br /><br />

Contribute: The source code for the Software Discovery Tool is available here. Some of the source files for the operating systems included in this tool can be found in this data repository. The Software Discovery Tool is a part of the Linux Foundation Open Mainframe Project.
</p>
</div>
Expand Down

0 comments on commit 6f6dfc6

Please sign in to comment.