File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { Icon } from "astro-icon/components";
4
4
import { Image } from " astro:assets" ;
5
5
import fsharpLogo from " ../images/fsharp-logo.svg" ;
6
6
import Ian from " ../images/authors/IanRussell.jpg" ;
7
- import Edgar from " ../images/authors/EdgarGonzalez.jpg " ;
7
+ import Edgar from " ../images/authors/EdgarGonzalez.png " ;
8
8
import LocalTime from " ../components/LocalTime" ;
9
9
import YouTubeVideo from " ../components/YouTubeVideo.astro" ;
10
10
---
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Layout from "../layouts/Layout.astro";
3
3
import { Icon } from " astro-icon/components" ;
4
4
import { Image } from " astro:assets" ;
5
5
import David from " ../images/authors/DavidSchaefer.jpg" ;
6
- import Edgar from " ../images/authors/EdgarGonzalez.jpg " ;
6
+ import Edgar from " ../images/authors/EdgarGonzalez.png " ;
7
7
import Florian from " ../images/authors/FlorianVerdonck.jpg" ;
8
8
---
9
9
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: Edgar Gonzalez
4
4
preview : I went from zero to hero in no time
5
5
author : Edgar Gonzalez
6
6
isDraft : true
7
- profilePicture : " ../images/authors/EdgarGonzalez.jpg "
7
+ profilePicture : " ../images/authors/EdgarGonzalez.png "
8
8
---
9
9
10
10
## My journey from a soldier to an F# OSS contributor
You can’t perform that action at this time.
0 commit comments