Skip to content

Commit

Permalink
Update branding logo
Browse files Browse the repository at this point in the history
  • Loading branch information
piekczyk committed Feb 11, 2025
1 parent 5ed3bdf commit b91d4bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ function SocialWithLogo() {
return (
<Grid gap={3}>
<Image
src={staticFilesRuntimeUrl('/static/img/logos/logo_dark.svg')}
sx={{ height: '34px', width: '150px', position: 'relative', top: '-2px' }}
src={staticFilesRuntimeUrl('/static/img/logos/logo_pro.png')}
sx={{ height: 'auto', width: 'auto', position: 'relative', top: '-2px' }}
/>
<Flex sx={{ alignItems: 'center', a: { fontSize: '0px' }, my: 2 }}>
<AppLink href={EXTERNAL_LINKS.TWITTER}>
Expand Down
6 changes: 4 additions & 2 deletions components/navigation/NavigationBranding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ export function NavigationBranding({
}}
>
<Image
sx={{ height: '22px', width: ['25px', '129px'] }}
src={staticFilesRuntimeUrl(`/static/img/logos/${isViewBelowS ? 'dot' : 'logo'}_dark.svg`)}
sx={{ height: '22px', width: ['25px', 'auto'] }}
src={staticFilesRuntimeUrl(
`/static/img/logos/${isViewBelowS ? 'dot_dark.svg' : 'logo_pro.png'}`,
)}
/>
{pill && (
<Box
Expand Down
1 change: 1 addition & 0 deletions pages/brand.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const assetsList = {
backgroundGradient: 'linear-gradient(181.14deg, #EBFAFF 1%, #FFE7D8 69.98%, #FFCFA3 119.25%)',
},
{ imageName: 'logo_dark', backgroundColor: 'white' },
{ imageName: 'logo_pro', backgroundColor: 'white' },
{ imageName: 'logo_black' },
{ imageName: 'logo_light', backgroundColor: 'black' },
],
Expand Down
Binary file added public/static/img/logos/logo_pro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b91d4bd

Please sign in to comment.