Skip to content

Commit

Permalink
chore: change capital instances of articulatable to articulable (#52)
Browse files Browse the repository at this point in the history
* chore: change all instances of articulatable to articulable

* chore: update capital articulatable to articulable
  • Loading branch information
KevinWu098 authored Apr 3, 2024
1 parent e81160b commit 431125e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const EXAMPLES = [
},
];

const ArticulatableDefinition = () => {
const ArticulableDefinition = () => {
return (
<Popover>
<PopoverTrigger aria-label="definition">
Expand Down Expand Up @@ -112,7 +112,7 @@ export default function Home() {
Online, Async,
</span>
<span className="bg-gradient-to-r from-blue-500 to-purple-500 bg-clip-text text-5xl text-transparent xs:text-6xl sm:text-7xl md:text-8xl">
Articulatable
Articulable
</span>
</h1>
<p className="text-gray-600 max-w-prose text-slate-600 sm:text-lg">
Expand All @@ -135,7 +135,7 @@ export default function Home() {
CVC.edu
</Link>{" "}
to find you high-quality, articulable
<ArticulatableDefinition /> California Community College
<ArticulableDefinition /> California Community College
courses that save you time and money.
</p>
</div>
Expand Down

0 comments on commit 431125e

Please sign in to comment.