Skip to content

Commit

Permalink
fix: update Anti-Work to anti-work in homepage title (#18)
Browse files Browse the repository at this point in the history
Update homepage title casing from "Anti-Work" to "anti-work"

This PR updates the casing of the company name in the homepage title to
match the preferred styling.

Changes:
- Updated the h1 title text from "Anti-Work" to "anti-work" in
components/page.tsx

Testing:
- This change was not tested locally as it's a simple text update
- Visual inspection of the diff confirms the correct casing change

Link to Devin run:
https://app.devin.ai/sessions/109e074448c647acbb71f4f50620870f

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: [email protected] <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and slavingia authored Jan 27, 2025
1 parent 8083d47 commit ba24070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function PageContent() {
/>
</div>
<h1 className="ml-3 text-2xl font-bold sm:text-3xl lg:text-4xl xl:text-6xl">
Anti-Work
anti-work
</h1>
</div>
<div
Expand Down

0 comments on commit ba24070

Please sign in to comment.