Skip to content

Commit

Permalink
Update Sky and Sky related logos/icons
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka committed Sep 25, 2024
1 parent d8bdd13 commit 75bed22
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 7 deletions.
8 changes: 4 additions & 4 deletions features/homepage/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ export const partnerLogosConfig: ImagesSliderProps['items'] = [
height: '30px',
},
{
imgSrc: staticFilesRuntimeUrl('/static/img/homepage/slider/maker.svg'),
imgAlt: 'Maker',
imgSrc: staticFilesRuntimeUrl('/static/img/homepage/slider/sky.svg'),
imgAlt: 'Sky',
url: '',
width: '242px',
height: '100px',
width: '110px',
height: '38px',
},
{
imgSrc: staticFilesRuntimeUrl('/static/img/homepage/slider/spark.svg'),
Expand Down
3 changes: 2 additions & 1 deletion lendingProtocols/lendingProtocolsConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import makerLogo from 'public/static/img/protocol_icons/maker_logo.svg'
import morphoBlueIcon from 'public/static/img/protocol_icons/morpho_blue_icon.svg'
import morphoBlueLogo from 'public/static/img/protocol_icons/morpho_blue_logo.svg'
import skyIcon from 'public/static/img/protocol_icons/sky.svg'
import skyLogo from 'public/static/img/protocol_icons/sky_logo.svg'
import sparkIcon from 'public/static/img/protocol_icons/spark_icon.svg'
import sparkLogo from 'public/static/img/protocol_icons/spark_logo.svg'

Expand Down Expand Up @@ -80,7 +81,7 @@ const skyConfig: LendingProtocolConfig = {
name: LendingProtocol.Sky,
label: LendingProtocolLabel.sky,
icon: skyIcon as string,
logo: skyIcon as string,
logo: skyLogo as string,
logoScale: 1.6,
gradient: 'linear-gradient(159deg, #4a87fa 12.26%, #a294ee 86.52%)',
}
Expand Down
17 changes: 17 additions & 0 deletions public/static/img/homepage/slider/sky.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
123 changes: 123 additions & 0 deletions public/static/img/protocol_icons/sky_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 15 additions & 2 deletions theme/icons/cle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@ import React from 'react'
export const cle = {
path: (
<>
<circle cx="16" cy="16" fill="#2fd05b" r="16" />
<path d="M12.25 7.25l-5 5v7.5h5v5h7.5l5-5V13.5h-5v6.25h-7.5v-7.5h6.25v-5zm0 0" fill="#fff" />
<g clip-path="url(#clip0_15346_4406)">
<path
d="M16 29C23.1797 29 29 23.1797 29 16C29 8.8203 23.1797 3 16 3C8.8203 3 3 8.8203 3 16C3 23.1797 8.8203 29 16 29Z"
fill="#2FD05B"
/>
<path
d="M12.9531 8.89062L8.89062 12.9531V19.0469H12.9531V23.1094H19.0469L23.1094 19.0469V13.9688H19.0469V19.0469H12.9531V12.9531H18.0312V8.89062H12.9531Z"
fill="white"
/>
</g>
<defs>
<clipPath id="clip0_15346_4406">
<rect width="26" height="26" fill="white" transform="translate(3 3)" />
</clipPath>
</defs>
</>
),
viewBox: '0 0 32 32',
Expand Down

0 comments on commit 75bed22

Please sign in to comment.