1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fix logo issue

This commit is contained in:
checktheroads
2020-04-12 02:18:14 -07:00
parent c02b8d359e
commit 7a591e9292
2 changed files with 1 additions and 2 deletions

View File

@@ -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"

View File

@@ -1 +0,0 @@
parse.py