Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
to
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
matrix
to
Commits
aed6ca03
Unverified
Commit
aed6ca03
authored
4 years ago
by
Jorik Schellekens
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #95 from matrix-org/element-links
Fix logo sizing
parents
0c6343c5
c35108fa
No related branches found
Branches containing commit
Tags
2020-07-20
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
img/element-64px.png
+0
-0
0 additions, 0 deletions
img/element-64px.png
img/element.svg
+6
-0
6 additions, 0 deletions
img/element.svg
src/components/HomePage.js
+2
-2
2 additions, 2 deletions
src/components/HomePage.js
with
8 additions
and
2 deletions
img/element-64px.png
deleted
100644 → 0
+
0
−
0
View file @
0c6343c5
1.56 KiB
This diff is collapsed.
Click to expand it.
img/element.svg
0 → 100644
+
6
−
0
View file @
aed6ca03
<svg
width=
"64"
height=
"64"
viewBox=
"0 0 64 64"
fill=
"none"
xmlns=
"http://www.w3.org/2000/svg"
>
<path
fill-rule=
"evenodd"
clip-rule=
"evenodd"
d=
"M25.28 10.88C25.28 9.28942 26.5694 8 28.16 8C38.7639 8 47.36 16.5961 47.36 27.2C47.36 28.7906 46.0706 30.08 44.48 30.08C42.8894 30.08 41.6 28.7906 41.6 27.2C41.6 19.7773 35.5827 13.76 28.16 13.76C26.5694 13.76 25.28 12.4706 25.28 10.88Z"
fill=
"#0DBD8B"
/>
<path
fill-rule=
"evenodd"
clip-rule=
"evenodd"
d=
"M38.72 53.12C38.72 54.7106 37.4306 56 35.84 56C25.2361 56 16.64 47.4039 16.64 36.8C16.64 35.2094 17.9294 33.92 19.52 33.92C21.1105 33.92 22.4 35.2094 22.4 36.8C22.4 44.2227 28.4173 50.24 35.84 50.24C37.4306 50.24 38.72 51.5294 38.72 53.12Z"
fill=
"#0DBD8B"
/>
<path
fill-rule=
"evenodd"
clip-rule=
"evenodd"
d=
"M10.88 38.72C9.28942 38.72 8 37.4306 8 35.84C8 25.2361 16.5961 16.64 27.2 16.64C28.7906 16.64 30.08 17.9294 30.08 19.52C30.08 21.1105 28.7906 22.4 27.2 22.4C19.7773 22.4 13.76 28.4173 13.76 35.84C13.76 37.4306 12.4706 38.72 10.88 38.72Z"
fill=
"#0DBD8B"
/>
<path
fill-rule=
"evenodd"
clip-rule=
"evenodd"
d=
"M53.12 25.28C54.7106 25.28 56 26.5694 56 28.16C56 38.7639 47.4039 47.36 36.8 47.36C35.2094 47.36 33.92 46.0706 33.92 44.48C33.92 42.8895 35.2094 41.6 36.8 41.6C44.2227 41.6 50.24 35.5827 50.24 28.16C50.24 26.5694 51.5294 25.28 53.12 25.28Z"
fill=
"#0DBD8B"
/>
</svg>
This diff is collapsed.
Click to expand it.
src/components/HomePage.js
+
2
−
2
View file @
aed6ca03
...
...
@@ -20,8 +20,8 @@ var linkable_clients = [
{
name
:
"
Element
"
,
logo
:
{
width
:
"
6
4px
"
,
src
:
"
img/element
-64px.pn
g
"
,
width
:
"
4
8
px
"
,
src
:
"
img/element
.sv
g
"
,
},
author
:
"
Element
"
,
homepage
:
"
https://element.io
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment