diff --git a/components/Icons/index.tsx b/components/Icons/index.tsx index a9d5ce1..569aff2 100644 --- a/components/Icons/index.tsx +++ b/components/Icons/index.tsx @@ -60,80 +60,7 @@ export const Typescript = (props: IconProps) => { export const Rust = (props: IconProps, fill: string) => { return ( - + ) } diff --git a/data/stack.tsx b/data/stack.tsx index 6cec05a..4999863 100644 --- a/data/stack.tsx +++ b/data/stack.tsx @@ -7,7 +7,7 @@ const stack: IStack[] = [ name: 'Rust', description: 'Blazingly fast', url: 'https://www.rust-lang.org/', - icon: , + icon: , }, { name: 'TypeScript',