Skip to content

Commit

Permalink
consumer: update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Mar 20, 2024
1 parent 3a3ec79 commit ce70996
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions smartbearcoin-payments-ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/x-icon" href="%PUBLIC_URL%/smartbearlogo.png" />
<link rel="icon" type="image/x-icon" href="%PUBLIC_URL%/SmartBearCoin-logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="SmartBear Coin"
content="Payments Service"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/smartbearlogo.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/SmartBearCoin-logo.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand Down
Binary file removed smartbearcoin-payments-ui/public/smartbearlogo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion smartbearcoin-payments-ui/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

.App-header {
background-color: #282c34;
background-color: #016178;
min-height: 100vh;
display: flex;
flex-direction: column;
Expand Down
2 changes: 1 addition & 1 deletion smartbearcoin-payments-ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const App = () => {
<header className="header">
<div className="wrapper">
<div className="logo">
<img src="smartbearlogo.png" alt="a logo" />
<img src="SmartBearCoin-logo.png" alt="SmartBearCoin logo" />
</div>
<div className="header-text">SmartBearCoin | Payments Service</div>
</div>
Expand Down

2 comments on commit ce70996

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.