Skip to content

Commit

Permalink
image changed
Browse files Browse the repository at this point in the history
  • Loading branch information
satya319 committed Oct 6, 2023
1 parent c856957 commit 33fce06
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Zombie's Website",
"name": "Satyajit's Website",
"type": "module",
"version": "0.0.1",
"scripts": {
Expand Down
Binary file added public/assets/at-work.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import Hero from '../components/Hero.astro';
<img
width="1553"
height="873"
src="/assets/at-work.jpg"
alt="Jeanine White at work with a colleague"
src="https://satya319.github.io/satya319/assets/at-work.webp"
alt="Satyajit at work desk"
/>
</Hero>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/work.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const projects = (await getCollection('work')).sort(

<BaseLayout
title="My Work | Satyajit Behera"
description="Learn about Zombie's most recent projects"
description="Learn about Satyajit's most recent projects"
>
<div class="stack gap-20">
<main class="wrapper stack gap-8">
Expand Down

0 comments on commit 33fce06

Please # to comment.