Dynamic Theme Update
This commit is contained in:
@@ -15,7 +15,7 @@ export interface Project {
|
||||
export const projects: Project[] = [
|
||||
{
|
||||
name: 'PokemonTCGAPI',
|
||||
description: 'Official NPM package wrapper for the PokemonTCG API — utilities and helpers for working with Pokemon TCG data.',
|
||||
description: 'UnOfficial NPM package wrapper for the PokemonTCG API.',
|
||||
tech: ['TypeScript', 'Node.js'],
|
||||
live: 'https://www.npmjs.com/package/@bosstop/pokemontcgapi',
|
||||
image: 'https://upload.wikimedia.org/wikipedia/commons/thumb/d/db/Npm-logo.svg/1200px-Npm-logo.svg.png',
|
||||
@@ -23,7 +23,7 @@ export const projects: Project[] = [
|
||||
},
|
||||
{
|
||||
name: 'MCSS TS API',
|
||||
description: 'TypeScript API for MCServersSoft services, published to NPM.',
|
||||
description: 'TypeScript API for MC Server Soft services, published to NPM.',
|
||||
tech: ['TypeScript', 'Node.js'],
|
||||
live: 'https://www.npmjs.com/package/@mcserversoft/mcss-api',
|
||||
image: 'https://upload.wikimedia.org/wikipedia/commons/thumb/d/db/Npm-logo.svg/1200px-Npm-logo.svg.png',
|
||||
@@ -35,7 +35,7 @@ export const projects: Project[] = [
|
||||
tech: ['TypeScript', 'Selenium'],
|
||||
live: 'https://www.npmjs.com/package/@sirblob/mcp-selenium',
|
||||
image: 'https://upload.wikimedia.org/wikipedia/commons/thumb/d/db/Npm-logo.svg/1200px-Npm-logo.svg.png',
|
||||
featured: false
|
||||
featured: true
|
||||
},
|
||||
{
|
||||
name: 'Pkit',
|
||||
|
||||
Reference in New Issue
Block a user