From 276bfc3c52990828119034aa40948ad020fb031e Mon Sep 17 00:00:00 2001 From: Lawand Othman Date: Sun, 6 Oct 2024 11:18:20 +0100 Subject: [PATCH] rust on top --- data/stack.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/stack.tsx b/data/stack.tsx index 7c00a3e..6cec05a 100644 --- a/data/stack.tsx +++ b/data/stack.tsx @@ -3,18 +3,18 @@ import { IStack } from 'types' import { GraphQL, Kitty, Neovim, Raycast, Rust, Typescript } from 'components' const stack: IStack[] = [ - { - name: 'TypeScript', - description: 'JavaScript but with no surprises', - url: 'https://www.typescriptlang.org/', - icon: , - }, { name: 'Rust', description: 'Blazingly fast', url: 'https://www.rust-lang.org/', icon: , }, + { + name: 'TypeScript', + description: 'JavaScript but with no surprises', + url: 'https://www.typescriptlang.org/', + icon: , + }, { name: 'GraphQL', description: 'Ask for what you need and get exactly that',