Skip to content

Instantly share code, notes, and snippets.

View machine1376's full-sized avatar

Machine1376 machine1376

View GitHub Profile
@machine1376
machine1376 / constants
Created October 28, 2023 19:40 — forked from adrianhajdin/constants
Build and Deploy a Web3 Crowdfunding Platform (Kickstarter) As Your First Blockchain Application
import { createCampaign, dashboard, logout, payment, profile, withdraw } from '../assets';
export const navlinks = [
{
name: 'dashboard',
imgUrl: dashboard,
link: '/',
},
{
name: 'campaign',