Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lawandothman committed Oct 4, 2024
1 parent 7421f15 commit 3f65bda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion components/Icons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ export const Kitty = (props: IconProps) => (

export const Raycast = (props: IconProps) => (
<Icon {...props}>

<g>
<path fill="#FF6161" d="M10,25.8V30L0,20l2.1-2.1L10,25.8z M14.2,30H10l10,10l2.1-2.1L14.2,30z M37.9,22.1L40,20L20,0l-2.1,2.1
l7.9,7.9H21l-5.5-5.5l-2.1,2.1l3.4,3.4h-2.4v15.5H30v-2.4l3.4,3.4l2.1-2.1L30,19v-4.8L37.9,22.1z M11,9L9,11.1l2.2,2.2l2.1-2.1
Expand Down
2 changes: 1 addition & 1 deletion data/stack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const stack: IStack[] = [
},
{
name: 'Neovim',
description: '\"I use Vim by the way!\"',
description: '"I use Vim by the way!"',
url: 'https://neovim.io/',
icon: <Neovim viewBox='10 0 602 734' width='58' height='58' />,
},
Expand Down

0 comments on commit 3f65bda

Please sign in to comment.