Skip to content

Commit

Permalink
Reduct email
Browse files Browse the repository at this point in the history
  • Loading branch information
konyogony authored Dec 17, 2024
1 parent 44dbef0 commit 4cf100a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const sellingPrice = 2.3;
export const profitPerBar = 1.23;
export const profitMargin = parseFloat(((profitPerBar / sellingPrice) * 100).toFixed(2));

export const contactEmail = '[email protected]';
export const contactEmail = 'email reducted';

export const typeSpeed = 150;
export const deleteSpeed = 80;
Expand Down

0 comments on commit 4cf100a

Please sign in to comment.