From 35c78db57d4099b1983ca21f0d9671fcbcacccdd Mon Sep 17 00:00:00 2001 From: Riccardo Giorato Date: Wed, 28 Jan 2026 23:32:18 +0100 Subject: [PATCH] Update GitHub repo links and minor cleanup Changed all GitHub repository references from 'Nutlope/aicommits' to 'nutlope/make-comics' in the navbar and README. Also removed an outdated comment from .gitignore for clarity. --- .gitignore | 2 -- README.md | 2 +- components/landing/navbar.tsx | 42 +++++++++++++++++------------------ 3 files changed, 22 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index 02982d3..e281f36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - # dependencies /node_modules diff --git a/README.md b/README.md index e0ee0e5..f0fa6e7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The AI references previous pages as visual reference for coherence and uses char ## Cloning & running -1. Clone the repo: `git clone https://github.com/yourusername/make-comics` +1. Clone the repo: `git clone https://github.com/nutlope/make-comics` 2. Create a `.env` file based on `.example.env` and add your API keys: - **Together AI API key**: `TOGETHER_API_KEY=` - **AWS S3 credentials**: `S3_UPLOAD_KEY`, `S3_UPLOAD_SECRET`, `S3_UPLOAD_BUCKET`, `S3_UPLOAD_REGION` diff --git a/components/landing/navbar.tsx b/components/landing/navbar.tsx index efc0373..c2b0104 100644 --- a/components/landing/navbar.tsx +++ b/components/landing/navbar.tsx @@ -25,7 +25,7 @@ export function Navbar() { async function fetchStars() { try { const res = await fetch( - "https://api.github.com/repos/Nutlope/aicommits", + "https://api.github.com/repos/nutlope/make-comics", { headers: { Accept: "application/vnd.github+json", @@ -82,17 +82,17 @@ export function Navbar() { - - - - {stars} - - + + + + {stars} + + @@ -104,15 +104,15 @@ export function Navbar() { - {isOnStoriesPage ? ( - - - + {isOnStoriesPage ? ( + + + ) : (