From 18c30452fb1230b72c58097ac7aec8bc61787319 Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Wed, 15 May 2024 20:29:27 -0500 Subject: [PATCH] chore: update text for link --- layouts/tutorials.vue | 2 +- pages/tutorials/[...slug].vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/tutorials.vue b/layouts/tutorials.vue index b28db03..ae9cb19 100644 --- a/layouts/tutorials.vue +++ b/layouts/tutorials.vue @@ -38,7 +38,7 @@ const links = [ const communityLinks = [ { icon: 'i-heroicons-academic-cap-solid', - label: 'Contribute to Community Code', + label: 'Contribute', to: 'https://github.com/zkSync-Community-Hub/community-code', }, { diff --git a/pages/tutorials/[...slug].vue b/pages/tutorials/[...slug].vue index e13d1de..543c36b 100644 --- a/pages/tutorials/[...slug].vue +++ b/pages/tutorials/[...slug].vue @@ -77,7 +77,7 @@ const links = [ const communityLinks = [ { icon: 'i-heroicons-academic-cap-solid', - label: 'Contribute to Community Code', + label: 'Contribute', to: 'https://github.com/zkSync-Community-Hub/community-code', }, {