Skip to content

Commit 9cad4ce

Browse files
committed
Contantstack logo and favicon updated according to new branding
1 parent 6eacc6d commit 9cad4ce

File tree

6 files changed

+4
-5
lines changed

6 files changed

+4
-5
lines changed

ui/public/favicon.ico

-11.5 KB
Binary file not shown.
-16.7 KB
Binary file not shown.

ui/public/images/contentstack.png

-1.95 KB
Binary file not shown.

ui/src/cmsData/main_header.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"content_type": "image/svg+xml",
2222
"file_size": "10160",
2323
"tags": [],
24-
"filename": "icon-cs-mobile.svg",
25-
"url": "https://images.contentstack.io/v3/assets/blt7359e2a55efae483/blt0b9a8281aeac3ec0/664c27d3c9024c35b5ad593a/CS_logo.png",
24+
"filename": "contentstack-logo.svg",
25+
"url": "https://images.contentstack.io/v3/assets/blt77d44a06c81b1730/blt2e24a315fedaeaf7/68bc10f25f14881bc908b6c2/CS_OnlyLogo.webp",
2626
"ACL": [],
2727
"is_dir": false,
2828
"parent_uid": "blt8e7f7872baa3a09e",
2929
"_version": 1,
30-
"title": "icon-cs-mobile.svg"
30+
"title": "Contentstack"
3131
},
3232
"url": "/projects"
3333
}

ui/src/components/MainHeader/index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
a {
4141
align-items: center;
4242
display: flex;
43-
height: 2.5rem;
4443
justify-content: center;
4544
padding: 0.5rem;
4645
text-decoration: none;

ui/src/components/MainHeader/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const MainHeader = () => {
169169
<div className="logo" onClick={handleonClick}>
170170
<Tooltip position="right" content="Projects" wrapperElementType="div">
171171
<Link to={`${logo?.url}`} onClick={(e) => e.preventDefault()}>
172-
<img src={logo?.image?.url} width={32} alt="Contentstack" />
172+
<img src={logo?.image?.url} width={28} alt="Contentstack" />
173173
</Link>
174174
</Tooltip>
175175
</div>

0 commit comments

Comments
 (0)