Skip to content

Commit

Permalink
Update Logo.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kleberbaum authored Dec 11, 2023
1 parent 90e5cff commit afa7f3a
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions src/gatsby-plugin-jaen/components/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const Logo = (props: any) => {
".squarel": {
fillRule: "evenodd",
clipRule: "evenodd",
fill: "#bb2649",
fill: "#000000",
},
".k": {
fill: "#FFFFFF",
Expand All @@ -32,23 +32,22 @@ export const Logo = (props: any) => {
<path
className="k"
d="M 382.43,91.02
C 372.91,91.74 288.12,110.50 245.75,141.12
245.80,140.82 192.26,176.84 153.50,219.38
99.01,278.84 92.29,372.66 91.56,382.75
98.95,378.71 136.29,303.38 204.25,231.00
272.21,158.62 382.43,91.02 382.43,91.02 Z
M 339.12,240.62
C 334.05,239.03 304.91,243.64 252.19,261.06
236.18,267.00 224.42,269.61 211.62,279.50
207.24,282.89 177.50,338.00 177.50,338.00
177.50,338.00 198.64,329.99 205.25,326.50
205.25,326.50 242.85,306.00 246.24,306.58
248.86,307.03 259.86,316.72 263.66,319.18
263.66,319.18 324.59,364.81 342.76,364.96
339.56,352.26 259.47,293.80 259.47,293.80
259.47,293.80 337.47,247.55 337.47,247.55
346.25,242.25 339.12,240.62 339.12,240.62 Z
M 219.00,244.00" />
C 372.91,91.74 296.00,118.75 255.70,150.80
255.75,150.50 214.50,181.50 175.74,224.04
121.25,283.50 92.29,372.66 91.56,382.75
98.95,378.71 142.25,301.75 210.21,229.37
278.17,157.00 382.43,91.02 382.43,91.02 Z
M 338.80,241.63
C 320.61,241.63 273.99,261.27 273.99,261.27
258.46,268.48 223.30,284.86 210.50,294.75
206.12,298.14 177.50,338.00 177.50,338.00
177.50,338.00 198.64,329.99 205.25,326.50
205.25,326.50 242.85,306.00 246.24,306.58
248.86,307.03 259.86,316.72 263.66,319.18
263.66,319.18 324.59,364.81 342.76,364.96
339.56,352.26 259.47,293.80 259.47,293.80
259.47,293.80 337.47,247.55 337.47,247.55
346.25,242.25 338.80,241.63 338.80,241.63 Z"
/>
</g>
</chakra.svg>
Expand Down

0 comments on commit afa7f3a

Please sign in to comment.