Skip to content

Commit

Permalink
rust on top
Browse files Browse the repository at this point in the history
  • Loading branch information
lawandothman committed Oct 6, 2024
1 parent 3f65bda commit 276bfc3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/stack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: <Typescript viewBox='-20 0 550 550' width='58' height='58' />,
},
{
name: 'Rust',
description: 'Blazingly fast',
url: 'https://www.rust-lang.org/',
icon: <Rust viewBox='3 3 100 100' width='58' height='58' fill='icon' />,
},
{
name: 'TypeScript',
description: 'JavaScript but with no surprises',
url: 'https://www.typescriptlang.org/',
icon: <Typescript viewBox='-20 0 550 550' width='58' height='58' />,
},
{
name: 'GraphQL',
description: 'Ask for what you need and get exactly that',
Expand Down

0 comments on commit 276bfc3

Please sign in to comment.