Skip to content

Commit

Permalink
Addition of link to the ecosystem page from the hunt section (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
emperorjm authored Aug 7, 2024
1 parent 4381c14 commit 2550299
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/useAboutArchwayArticles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ export const useAboutArchwayArticles = async (): Promise<{

const articles = computed(() => {
const fetchedArticles = (data.value || []).map(item => Article.make(item));

// Scavenger hunt article information
const newArticle = Article.make({
id: 'scavenger-hunt',
_id: 'scavenger-hunt',
title: 'Scavenger Hunt',
description: 'Congratulations on finding the third clue! Keyword #3 is “DEVELOPER REWARDS”. Click on this module to go to the fourth clues location!',
path: '/path-to-manual-article',
description: 'Congratulations on finding the third clue! Keyword #3 is “DEVELOPER REWARDS”. Click on this module to go to the fourth clue\'s location!',
_path: 'https://archway.io/ecosystem',
logo: 'ScavengerHuntIcon',
});

Expand Down

0 comments on commit 2550299

Please sign in to comment.