Skip to content

Commit 2db9ad6

Browse files
fix the icon of marc being not specified (#423)
1 parent 63ea32c commit 2db9ad6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/content/bio/marc/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ handle: marc
55

66
<div class="text-center mb-5">
77
<img
8-
src=""
8+
src="https://avatars.githubusercontent.com/u/53413200?v=4"
99
width="150"
1010
class="rounded-circle mt-3"
11-
onerror="this.onerror=null; this.src='https://via.placeholder.com/150?text=No+Image';"
1211
/>
1312
<h3 class="m-3">Marc Wilson</h3>
1413
<p>Graphics Engineer</p>

src/pages/about/index.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,9 @@ import Layout from "../../layouts/Layout.astro";
8181
<div class="text-center person">
8282
<a href="about/marc">
8383
<img
84-
src=""
84+
src="https://avatars.githubusercontent.com/u/53413200?v=4"
8585
width="150"
8686
class="rounded-circle mt-3 border border-white"
87-
onerror="this.onerror=null; this.src='https://via.placeholder.com/150?text=No+Image';"
8887
/>
8988
<h3 class="m-3">Marc Wilson</h3>
9089
Graphics Engineer

0 commit comments

Comments
 (0)