mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
fix logo issue
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
export default ({ color = "inherit", size = 32, className }) => (
|
export default ({ color = "#ff5e5b", size = 32, className }) => (
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlnsXlink="http://www.w3.org/1999/xlink"
|
xmlnsXlink="http://www.w3.org/1999/xlink"
|
||||||
|
1
hyperglass/execution/.gitignore
vendored
1
hyperglass/execution/.gitignore
vendored
@@ -1 +0,0 @@
|
|||||||
parse.py
|
|
Reference in New Issue
Block a user