Skip to content

Commit 1cd7639

Browse files
Add the right icon and add style changes (#299)
1 parent 4c5687d commit 1cd7639

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed
-4.54 KB
Binary file not shown.

__DOC_RESOURCES__/cloudinary_icon_solid.png

Whitespace-only changes.
7.15 KB
Loading

__DOC_RESOURCES__/customStyles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ body {
5555
.callout-default {
5656
border-left-color: #5A616A!important;
5757
}
58+
59+
.branding-logo {
60+
background-size:30px;
61+
}

jest.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"publicPath" : "./public/progress/",
3030
"filename": "cloudinary-base-progress-report.html",
3131
"pageTitle": "Cloudinary JS 2.0 Progress Report",
32-
"logoImgPath": "./__DOC_RESOURCES__/cloudinary-logo.png",
32+
"logoImgPath": "./__DOC_RESOURCES__/cloudinaryicon.png",
3333
"expand": true
3434
}]
3535
]

0 commit comments

Comments
 (0)