Skip to content

Commit

Permalink
feat: fixing this image was way too hard because im a dumb dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjinp committed Jan 12, 2024
1 parent 8d57509 commit 0a16991
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion apps/astro/src/pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: ../layouts/AboutLayout.astro
title: "About"
---

<img class="h-64 object-cover" src="/kenny.jpg" alt="a photo of the author of this website">
<img class="h-64 object-scale-down" src="/kenny.jpg" alt="a photo of the author of this website" />

# Hello!

Expand Down
1 change: 0 additions & 1 deletion apps/astro/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import slugify from "@utils/slugify";
import { SOCIALS } from "@config";
import ProjectCard from "@components/ProjectCard";
import {getProjectsCollection} from "@utils/getProjectsCollection";
import TableOfContents from "@components/TableOfContents.astro";
const posts = await getCollection("blog");
const projects = await getProjectsCollection();
Expand Down

0 comments on commit 0a16991

Please sign in to comment.