Skip to content

Commit 922e50f

Browse files
authored
Updates Webrecorder logo (#157)
* Updates Webrecorder logo * Adjusts logo size * More height fixes
1 parent 8e4bbf7 commit 922e50f

File tree

10 files changed

+16
-49
lines changed

10 files changed

+16
-49
lines changed
+1
Loading

assets/images/webrecorder.svg

-32
This file was deleted.

assets/js/respec-webrecorder.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cdxj/0.1.0/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
maxTocLevel: 3,
5050
logos: [
5151
{
52-
src: "../../assets/images/webrecorder.svg",
52+
src: "../../assets/images/webrecorder-icon-color.svg",
5353
alt: "Webrecorder Logo",
54-
height: 100
54+
height: 75
5555
}
5656
],
5757
localBiblio: {

index.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
maxTocLevel: 3,
2828
logos: [
2929
{
30-
src: "../assets/images/webrecorder.svg",
30+
src: "../assets/images/webrecorder-icon-color.svg",
3131
alt: "Webrecorder Logo",
32-
height: 100
32+
height: 75
3333
}
3434
],
3535
localBiblio: {
@@ -79,5 +79,3 @@
7979
</section>
8080
</body>
8181
</html>
82-
83-

use-cases/0.1.0/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
maxTocLevel: 3,
8989
logos: [
9090
{
91-
src: "../../assets/images/webrecorder.svg",
91+
src: "../../assets/images/webrecorder-icon-color.svg",
9292
alt: "Webrecorder Logo",
93-
height: 100
93+
height: 75
9494
}
9595
],
9696
localBiblio: {

wacz-auth/0.1.0/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
maxTocLevel: 3,
7777
logos: [
7878
{
79-
src: "../../assets/images/webrecorder.svg",
79+
src: "../../assets/images/webrecorder-icon-color.svg",
8080
alt: "Webrecorder Logo",
81-
height: 100
81+
height: 75
8282
}
8383
],
8484
localBiblio: {

wacz-ipfs/latest/index.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"maxTocLevel": 3,
5252
"logos": [
5353
{
54-
"src": "../../assets/images/webrecorder.svg",
54+
"src": "../../assets/images/webrecorder-icon-color.svg",
5555
"alt": "Webrecorder Logo",
56-
"height": 100
56+
"height": 75
5757
}
5858
],
5959
"localBiblio": {

wacz/1.1.1/index.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
"maxTocLevel": 3,
7878
"logos": [
7979
{
80-
"src": "../../assets/images/webrecorder.svg",
80+
"src": "../../assets/images/webrecorder-icon-color.svg",
8181
"alt": "Webrecorder Logo",
82-
"height": 100
82+
"height": 75
8383
}
8484
],
8585
"localBiblio": {

wacz/1.2.0/index.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
"maxTocLevel": 3,
7272
"logos": [
7373
{
74-
"src": "../../assets/images/webrecorder.svg",
74+
"src": "../../assets/images/webrecorder-icon-color.svg",
7575
"alt": "Webrecorder Logo",
76-
"height": 100
76+
"height": 75
7777
}
7878
],
7979
"localBiblio": {

0 commit comments

Comments
 (0)