Skip to content

Commit 557962f

Browse files
committed
add @matta, fix copy
1 parent 60a83f3 commit 557962f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

ANALYTICS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,4 @@ Si necesitas agregar nuevas categorías o personalizar la detección, edita:
170170
- `lib/analytics.js` → función `autoTrackClick()`
171171

172172

173+

components/FeaturedProjects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export function FeaturedProjects() {
22
const projects = [
33
{
44
title: 'Buttpluggy',
5-
description: 'Primer proyecto NFT escrito en Huff',
5+
description: 'Primera colección NFT escrita en Huff',
66
url: 'https://buttpluggy.com/',
77
},
88
];

components/History.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export function History() {
1010
{ name: '@bengalaQ', url: 'https://twitter.com/AugustitoQ' },
1111
{ name: '@AgusDuha', url: 'https://twitter.com/AgusDuha' },
1212
{ name: '@mmolinari.eth', url: 'https://twitter.com/mateomolinari__' },
13+
{ name: '@matta', url: 'https://twitter.com/mattaereal' },
1314
{ name: '@tnch', url: 'https://twitter.com/tinchoabbate' },
1415
];
1516

0 commit comments

Comments
 (0)