Skip to content

Commit

Permalink
faet: + new brands
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Aug 28, 2024
1 parent 7724c02 commit cc52698
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 1 deletion.
11 changes: 11 additions & 0 deletions public/assets/images/brand-logos/imkey.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions public/assets/images/brand-logos/ngrave.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/SigningMode.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const SigningModes = () => {
{ name: "Trezor", icon: "/assets/images/brand-logos/trezor.jpg" },
{ name: "CoolWallet", icon: "/assets/images/brand-logos/cool.png" },
{ name: "AirGap Vault", icon: "/assets/images/brand-logos/airgap.png" },
{ name: "imKey", icon: "/assets/images/brand-logos/imkey.svg" },
{ name: "NGRAVE ZERO", icon: "/assets/images/brand-logos/ngrave.svg" },
];
const institutionalWallets = [
{ name: "Amber", icon: "/assets/images/brand-logos/amber.jpg" },
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ footer .right .footer-links a:nth-last-child(1)::after {

.signing-modes .signing-modes-wrapper .signing-modes-card {
width: 300px;
height: 348px;
/* height: 360px; */
background: #ffffff;
border: 0.5px solid #eaeaec;
border-radius: 8px;
Expand Down

0 comments on commit cc52698

Please sign in to comment.