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";
44import { Image } from " astro:assets" ;
55import fsharpLogo from " ../images/fsharp-logo.svg" ;
66import Ian from " ../images/authors/IanRussell.jpg" ;
7- import Edgar from " ../images/authors/EdgarGonzalez.jpg " ;
7+ import Edgar from " ../images/authors/EdgarGonzalez.png " ;
88import LocalTime from " ../components/LocalTime" ;
99import YouTubeVideo from " ../components/YouTubeVideo.astro" ;
1010---
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Layout from "../layouts/Layout.astro";
33import { Icon } from " astro-icon/components" ;
44import { Image } from " astro:assets" ;
55import David from " ../images/authors/DavidSchaefer.jpg" ;
6- import Edgar from " ../images/authors/EdgarGonzalez.jpg " ;
6+ import Edgar from " ../images/authors/EdgarGonzalez.png " ;
77import Florian from " ../images/authors/FlorianVerdonck.jpg" ;
88---
99
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: Edgar Gonzalez
44preview : I went from zero to hero in no time
55author : Edgar Gonzalez
66isDraft : true
7- profilePicture : " ../images/authors/EdgarGonzalez.jpg "
7+ profilePicture : " ../images/authors/EdgarGonzalez.png "
88---
99
1010## My journey from a soldier to an F# OSS contributor
You can’t perform that action at this time.
0 commit comments