Skip to content

Commit c51c1b9

Browse files
devakoneclaude
andcommitted
fix: escape quotes in methodology page and add footer attribution
- Escape special characters in methodology page to fix lint errors - Add "by Abou Kone @devakone" with GitHub link to footer Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 30f7b43 commit c51c1b9

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

apps/web/src/app/AppFooter.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ export default function AppFooter() {
44
return (
55
<footer className="mt-auto border-t border-black/5">
66
<div className="mx-auto flex max-w-6xl flex-col gap-3 px-6 py-6 text-sm text-zinc-500 sm:flex-row sm:items-center sm:justify-between sm:px-10 lg:px-20">
7-
<p className="text-zinc-700">Vibe Coding Profiler</p>
7+
<p className="text-zinc-700">
8+
Vibe Coding Profiler, by{" "}
9+
<a
10+
href="https://github.com/devakone"
11+
target="_blank"
12+
rel="noopener noreferrer"
13+
className="underline underline-offset-2 transition hover:text-zinc-900"
14+
>
15+
Abou Kone @devakone
16+
</a>
17+
</p>
818
<nav className="flex flex-wrap items-center gap-4">
919
<Link
1020
href="/methodology"

apps/web/src/app/methodology/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ export default async function MethodologyPage() {
186186
copy/paste, refactors between commits), so we infer from what lands in Git.
187187
</li>
188188
<li>
189-
Different projects can pull you into different modes; aggregation may "average you
190-
out".
189+
Different projects can pull you into different modes; aggregation may &ldquo;average you
190+
out&rdquo;.
191191
</li>
192192
<li>
193193
We dampen initial and bulk commits in the Automation axis, but repos with very few

0 commit comments

Comments
 (0)