Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: change capital instances of articulatable to articulable #52

Merged
merged 4 commits into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading