Skip to content

Commit 8640c33

Browse files
author
Brant Ashe
committed
feat: add dragon icon/link
1 parent c801306 commit 8640c33

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

public/images/dragon-icon.png

5.06 KB
Loading

src/components/Projects.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ const Projects = () => (
2929
/>
3030
</a>
3131
</li>
32+
<li>
33+
<a href="/dragon">
34+
<Image
35+
src="/./images/dragon-icon.png"
36+
alt="Dragon icon"
37+
title="Dragon demo"
38+
height="30"
39+
width="30"
40+
/>
41+
</a>
42+
</li>
3243
<li>
3344
<a href="https://catherinegee.com/" target="_blank">
3445
<Image

0 commit comments

Comments
 (0)