Skip to content

Commit

Permalink
fix: images
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Apr 21, 2022
1 parent fb4b723 commit d22267a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
Binary file added public/assets/images/brave-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/chrome-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/assets/images/edge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const Header = () => {
onMouseLeave={initMouseOver}
rel="noreferrer"
>
<img src="/assets/images/chrome.png" alt="Chrome" />
<img src="/assets/images/chrome-1.png" alt="Chrome" />
<p>Download for Chrome</p>
</a>
<a
Expand All @@ -151,13 +151,13 @@ const Header = () => {
id="brave-browser"
rel="noreferrer"
>
<img src="/assets/images/brave.png" alt="Brave" />
<img src="/assets/images/brave-1.png" alt="Brave" />
<p>Download for Brave</p>
</a>
</div>
<div className="coming-soon">
<img src="/assets/images/firefox-small.png" alt="" />
<img src="/assets/images/edge-small.png" alt="" />
<img src="/assets/images/edge.svg" alt="" />
<span>Firefox / Edge version coming soon</span>
</div>
<div className="actions">
Expand Down
7 changes: 4 additions & 3 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ header {

.coming-soon img {
width: 24px;
margin-right: 11px;
margin-right: 12px;
}

.actions {
Expand Down Expand Up @@ -303,8 +303,9 @@ header {
opacity: 1;
} */
.browsers img {
width: 44px;
height: 44px;
width: 32px;
height: 32px;
margin-right: 12px;
}
.browsers .browser-item:nth-last-child(1) {
margin-right: 0;
Expand Down

2 comments on commit d22267a

@vercel
Copy link

@vercel vercel bot commented on d22267a Apr 21, 2022

Choose a reason for hiding this comment

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

Deployment failed with the following error:

Your account has been suspended. To reactivate your subscription, add a valid payment method.

Reactivate Pro: https://vercel.com/teams/debanker/settings/billing

@vercel
Copy link

@vercel vercel bot commented on d22267a Apr 21, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

rabby-io – ./

rabby-io.vercel.app
rabby-io-git-master-rabby-io.vercel.app
rabby-io-rabby-io.vercel.app

Please sign in to comment.