Skip to content

Commit

Permalink
chore: add note
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhou committed Nov 19, 2024
1 parent c0aeb20 commit f8beebd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
13 changes: 13 additions & 0 deletions public/images/logos/note.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 15 additions & 3 deletions src/lib/logo-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,18 @@ const LUXOR: Logo = {
mobileOrderClassName: 'xs:order-1',
};

const NOTE: Logo = {
alt: 'Note',
src: '/images/logos/note.svg',
width: 160,
height: 64,
small: {
width: 110,
height: 40,
},
mobileOrderClassName: 'xs:order-1',
};

const MATRIX_PORT: Logo = {
alt: 'Meta',
src: '/images/logos/matrix-port.svg',
Expand Down Expand Up @@ -292,21 +304,21 @@ const ZEEKR: Logo = {
export const FULL_LOGO_LIST: Logo[] = [
LINEAR,
TENCENT,
LayerX,
KAKAO,
NOTE,
REDHAT,
PROPERTY_GURU,
SALLA,
MIHOYO,
TELKOM_INDONESIA,
BYD,
APTIVE,
PAYER_MAX,
LayerX,
];

export const FINANCIAL_LOGO_LIST: Logo[] = [LONG_BRIDGE, XENDIT, PAYER_MAX];

export const TECHNOLOGY_LOGO_LIST: Logo[] = [LINEAR, ROLLER, SALLA, KAKAO];
export const TECHNOLOGY_LOGO_LIST: Logo[] = [LINEAR, ROLLER, SALLA, NOTE];

export const MANUFACTURING_LOGO_LIST: Logo[] = [BYD, LI_AUTO, CVTE, ZEEKR];

Expand Down

0 comments on commit f8beebd

Please sign in to comment.