Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
refactor(home): ♻️ change mock from 50 to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
404-Program-not-found committed Jun 12, 2023
1 parent f7901e4 commit fec0eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import ThreeDPhone from "../components/3d-phone.vue";
async function getOcto() {
if (!import.meta.env.PROD) {
console.log("You are not in production mode. Mocking data.");
return Array(50).fill({
return Array(30).fill({
login: "Frontesque",
avatar_url: "https://avatars.githubusercontent.com/u/27463495?v=4",
html_url: "https://github.com/Frontesque",
Expand Down

0 comments on commit fec0eae

Please sign in to comment.