Skip to content

Commit 6269a7d

Browse files
committed
graphql badge
1 parent 8003d3d commit 6269a7d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/consts.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// You can import this data from anywhere in your site by using the `import` keyword.
33

44
export const SITE_TITLE = 'David Lyons';
5-
export const SITE_DESCRIPTION = '3D Artist, UX Design Engineer';
5+
export const SITE_DESCRIPTION = '3D Artist, Front End Web Dev, Design Engineer';
66

77
// https://icon-sets.iconify.design
88
type iconMapType = {
@@ -21,6 +21,7 @@ export const iconMap: iconMapType = {
2121
'shadcn/ui': 'tags/shadcnui',
2222
'Next.js': 'devicon:nextjs',
2323
Tailwind: 'devicon:tailwindcss',
24+
GraphQL: 'skill-icons:graphql-light',
2425
Maya: 'devicon:maya',
2526
Photoshop: 'skill-icons:photoshop',
2627
SVG: 'tags/svg-logo',

src/content/work/bp-pulse.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ tags:
1313
- React
1414
- Next.js
1515
- TypeScript
16+
- GraphQL
1617
---
1718

1819
<ExternalLink href="https://www.bppulse.com" />

0 commit comments

Comments
 (0)