useState reduntant call removed, a project replaced

This commit is contained in:
2026-05-28 23:10:49 +02:00
parent 93f6991f0d
commit fe9e9082b2
2 changed files with 3 additions and 5 deletions
@@ -89,8 +89,6 @@ export default function ProjectsReadme({ repoUrl }) {
const base = useMemo(() => getRepoRawBase(repoUrl), [repoUrl]);
useEffect(() => {
setIsLoading(true);
fetchREADME(repoUrl).then((content) => {
setReadmeContent(content);
setIsLoading(false);
+3 -3
View File
@@ -9,9 +9,9 @@ export default function Home() {
url: "https://git.aramjonghu.nl/AramJonghu/aramjonghu-site/raw/branch/master/README.md",
},
{
id: "game",
name: "Game (Gameron the Lost Level)",
url: "https://git.aramjonghu.nl/AramJonghu/gameron-the-lost-level/src/branch/master/README.md",
id: "file-organizer",
name: "file-organizer written in zig",
url: "https://git.aramjonghu.nl/AramJonghu/file-organizer/src/branch/main/README.md",
},
{
id: "nvim",