From a0e49694853f72611731dde1b368cad6248bd66b Mon Sep 17 00:00:00 2001 From: Sabrina Ferguson Date: Fri, 10 May 2024 14:59:55 -0400 Subject: [PATCH] chore: cleanup --- layouts/tutorials.vue | 4 ++-- pages/tutorials/[...slug].vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/tutorials.vue b/layouts/tutorials.vue index 3e822ecd..6b07fb20 100644 --- a/layouts/tutorials.vue +++ b/layouts/tutorials.vue @@ -59,8 +59,8 @@ const links = [ const communityLinks = [ { icon: 'i-heroicons-academic-cap-solid', - label: 'Contribute to the Cookbook', - to: 'https://github.com/zkSync-Community-Hub/cookbook', + label: 'Contribute to Community Code', + to: 'https://github.com/zkSync-Community-Hub/community-code', }, { icon: 'i-heroicons-chat-bubble-oval-left-ellipsis-16-solid', diff --git a/pages/tutorials/[...slug].vue b/pages/tutorials/[...slug].vue index 38731e53..e13d1de8 100644 --- a/pages/tutorials/[...slug].vue +++ b/pages/tutorials/[...slug].vue @@ -77,8 +77,8 @@ const links = [ const communityLinks = [ { icon: 'i-heroicons-academic-cap-solid', - label: 'Contribute to the Cookbook', - to: 'https://github.com/zkSync-Community-Hub/cookbook', + label: 'Contribute to Community Code', + to: 'https://github.com/zkSync-Community-Hub/community-code', }, { icon: 'i-heroicons-chat-bubble-oval-left-ellipsis-16-solid',