Skip to content

Commit

Permalink
Update enterprise user stats on website
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmybisenius committed Feb 11, 2021
1 parent a3f111d commit b5afbe6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
15 changes: 5 additions & 10 deletions www/pages/analytics/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,11 @@ export default {
themes: '...',
enterprise_users: [
{
url: false,
users: 8,
profiles: 10,
profiles_published: 3,
links: 4,
themes: 3
},
{
url: 'https://api.tinypage.app/analytics'
}
url: 'https://api.norseapps.com/analytics'
},
{
url: 'https://api.tinypage.app/analytics'
}
]
};
},
Expand Down
8 changes: 1 addition & 7 deletions www/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,7 @@ import wallOfLove from '../components/wall-of-love.vue';
themes: '...',
enterprise_users: [
{
// Norsegoods, using manual update because lacking https
url: false,
users: 8,
profiles: 10,
profiles_published: 3,
links: 4,
themes: 3
url: 'https://api.norseapps.com/analytics'
},
{
url: 'https://api.tinypage.app/analytics'
Expand Down

0 comments on commit b5afbe6

Please sign in to comment.