Skip to content

Commit

Permalink
Corrected stroke attr of icons.widescreen paths
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Jun 27, 2024
1 parent c0d5eb6 commit 2cc1626
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bravegpt/greasemonkey/bravegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.6.26.3
// @version 2024.6.27
// @license MIT
// @icon https://media.bravegpt.com/images/icons/bravegpt/icon48.png?0a9e287
// @icon64 https://media.bravegpt.com/images/icons/bravegpt/icon64.png?0a9e287
Expand Down Expand Up @@ -767,11 +767,11 @@ setTimeout(async () => {
},

widescreen: {
wideSVGpath() { return createSVGpath({ stroke: 'none',
wideSVGpath() { return createSVGpath({ stroke: '',
fill: '', 'fill-rule': 'evenodd', d: 'm26,13 0,10 -16,0 0,-10 z m-14,2 12,0 0,6 -12,0 0,-6 z'
})},

tallSVGpath() { return createSVGpath({ stroke: 'none',
tallSVGpath() { return createSVGpath({ stroke: '',
fill: '', 'fill-rule': 'evenodd', d: 'm28,11 0,14 -20,0 0,-14 z m-18,2 16,0 0,10 -16,0 0,-10 z'
})},

Expand Down

0 comments on commit 2cc1626

Please sign in to comment.