diff --git a/dist/app.js b/dist/app.js index 6980bc4..4175c4f 100644 --- a/dist/app.js +++ b/dist/app.js @@ -464,6 +464,7 @@ var nano = new Vue({ twitter: item.twitter, location: item.location, mastodon: item.mastodon, + metadata: item.metadata, github: item.github, website: item.website, website_button_only: item.website_button_only, @@ -911,6 +912,7 @@ var nano = new Vue({ github: username[username.length - 1].github, exchange_hot_wallet: username[username.length - 1].exchange_hot_wallet, // website: username[username.length - 1].website, + metadata: username[username.length - 1].metadata, twitter: username[username.length - 1].twitter, location: username[username.length - 1].location, mastodon: username[username.length - 1].mastodon, @@ -928,7 +930,6 @@ var nano = new Vue({ for_sale: username[username.length - 1].for_sale, goal_ui: username[username.length - 1].goal_ui, donation_address: username[username.length - 1].donation_address, - metadata: username[username.length - 1].metadata, yearDiff: this.getYearDifference(username[username.length - 1].created_unix, username[username.length - 1].expires_unix), checkout: { back: true, @@ -1122,6 +1123,7 @@ var nano = new Vue({ twitter: suggestion.twitter, location: suggestion.location, mastodon: suggestion.mastodon, + metadata: suggestion.metadata, discord: suggestion.discord, calendly: suggestion.calendly, nostr: suggestion.nostr, @@ -1214,12 +1216,10 @@ var nano = new Vue({ github: suggestion.github, exchange_hot_wallet: suggestion.exchange_hot_wallet, website: suggestion.website, - location: suggestion.location, for_sale: suggestion.for_sale, goal_ui: suggestion.goal_ui, donation_address: suggestion.donation_address, metadata: suggestion.metadata, - // metadata: suggestion.metadata, twitter: suggestion.twitter, location: suggestion.location, mastodon: suggestion.mastodon,