Skip to content

Commit aed6ca0

Browse files
Merge pull request #95 from matrix-org/element-links
Fix logo sizing
2 parents 0c6343c + c35108f commit aed6ca0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

img/element-64px.png

-1.56 KB
Binary file not shown.

img/element.svg

+6
Loading

src/components/HomePage.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ var linkable_clients = [
2020
{
2121
name: "Element",
2222
logo: {
23-
width: "64px",
24-
src: "img/element-64px.png",
23+
width: "48px",
24+
src: "img/element.svg",
2525
},
2626
author: "Element",
2727
homepage: "https://element.io",

0 commit comments

Comments
 (0)