forked from mirrors/thatmattlove-hyperglass
fix logo issue
This commit is contained in:
parent
c02b8d359e
commit
7a591e9292
2 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import React from "react";
|
||||
|
||||
export default ({ color = "inherit", size = 32, className }) => (
|
||||
export default ({ color = "#ff5e5b", size = 32, className }) => (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlnsXlink="http://www.w3.org/1999/xlink"
|
||||
|
|
|
|||
1
hyperglass/execution/.gitignore
vendored
1
hyperglass/execution/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
parse.py
|
||||
Loading…
Add table
Reference in a new issue