Skip to content

Commit

Permalink
fix: change "Stuffs" to "Stuff" on the landing page (#73)
Browse files Browse the repository at this point in the history
* fix: Corrected "Stuffs" to "Stuff" on the landing page

* fix: Corrected "Stuffs" to "Stuff" on the landing page
  • Loading branch information
topboyasante authored Dec 3, 2023
1 parent 8a658c8 commit 1b69c61
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/classroomio-com/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="https://classroomio.com/">
<img alt="Spend less time doing the boring stuffs, instead focus on impacting the lives of your students." src="https://classroomio.com/classroomio-opengraph-image.png" />
<img alt="Spend less time doing the boring stuff, instead focus on impacting the lives of your students." src="https://classroomio.com/classroomio-opengraph-image.png" />
<h1 align="center">ClassroomIO</h1>
</a>

Expand Down
4 changes: 2 additions & 2 deletions apps/classroomio-com/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta property="og:image" itemprop="image" content="https://classroomio.com/classroomio-opengraph-image.png">
<meta property="og:title" content="ClassroomIO –&nbsp;The Open Source Platform for Tech Bootcamps" />
<meta property="og:description"
content="Spend less time doing the boring stuffs, instead focus on impacting the lives of your students." />
content="Spend less time doing the boring stuff, instead focus on impacting the lives of your students." />


<meta property="og:type" content="website" />
Expand All @@ -33,7 +33,7 @@
<meta property="twitter:url" content="https://www.classroomio.com/">
<meta name="twitter:title" content="ClassroomIO – The Open Source Platform for Tech Bootcamps">
<meta name="twitter:description"
content="Spend less time doing the boring stuffs, instead focus on impacting the lives of your students.">
content="Spend less time doing the boring stuff, instead focus on impacting the lives of your students.">
<meta name="twitter:image" content="https://classroomio.com/classroomio-opengraph-image.png">
<!-- <link rel="stylesheet" href="global.css"> -->
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
Expand Down
2 changes: 1 addition & 1 deletion apps/classroomio-com/src/lib/Hero/Hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<p
class="mx-auto mt-10 lg:mt-6 px-4 lg:p-0 text-md md:text-xl tracking-wide leading-6 lg:leading-10 text-slate-700 lg:w-2/4"
>
Spend less time doing the boring stuffs, instead focus on impacting the
Spend less time doing the boring stuff, instead focus on impacting the
lives of your students.
</p>
<button
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="https://classroomio.com/">
<img alt="Spend less time doing the boring stuffs, instead focus on impacting the lives of your students." src="https://classroomio.com/classroomio-opengraph-image.png" />
<img alt="Spend less time doing the boring stuff, instead focus on impacting the lives of your students." src="https://classroomio.com/classroomio-opengraph-image.png" />
<h1 align="center">ClassroomIO</h1>
<p align="center">
The Open Source Teaching Platform for Bootcamps
Expand Down
6 changes: 3 additions & 3 deletions apps/dashboard/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>ClassroomIO –&nbsp;The Open Source Platform for Tech Bootcamps</title>
<meta
name="description"
content="Spend less time doing the boring stuffs, instead focus on impacting the lives of your students."
content="Spend less time doing the boring stuff, instead focus on impacting the lives of your students."
/>
<meta name="theme-color" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand All @@ -24,7 +24,7 @@
/>
<meta
property="og:description"
content="Spend less time doing the boring stuffs, instead focus on impacting the lives of your students."
content="Spend less time doing the boring stuff, instead focus on impacting the lives of your students."
/>
<meta property="og:type" content="website" />
<meta property="og:image:type" content="image/png" />
Expand All @@ -42,7 +42,7 @@
/>
<meta
name="twitter:description"
content="Spend less time doing the boring stuffs, instead focus on impacting the lives of your students."
content="Spend less time doing the boring stuff, instead focus on impacting the lives of your students."
/>

<!-- <link rel="stylesheet" href="global.css"> -->
Expand Down

2 comments on commit 1b69c61

@vercel
Copy link

@vercel vercel bot commented on 1b69c61 Dec 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 1b69c61 Dec 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

ciodocs.vercel.app
docs.classroomio.com
docs-git-main-rotimi-best.vercel.app
docs-rotimi-best.vercel.app

Please sign in to comment.