Skip to content

Commit

Permalink
Update global-data.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nya-elimu authored Mar 28, 2024
1 parent 051bd5d commit 42c5e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/global-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const getGlobalData = () => {
: 'elimu.ai';
const blogTitle = process.env.BLOG_TITLE
? decodeURI(process.env.BLOG_TITLE)
: 'Free open source learning software for out-of-school children ✨🚀';
: 'Free open-source learning software for out-of-school children ✨🚀';
const footerText = process.env.BLOG_FOOTER_TEXT
? decodeURI(process.env.BLOG_FOOTER_TEXT)
: 'elimu.ai\'s mission is to build innovative learning software that empowers out-of-school children to teach themselves basic reading📖, writing✍🏽 and math🔢.';
Expand Down

0 comments on commit 42c5e05

Please sign in to comment.