Skip to content

Commit a84e890

Browse files
fix thumbnail paths
1 parent fb9b76d commit a84e890

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pages/systems-engineering.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Works = () => (
1515
<WorkGridItem
1616
id="computational-pathology"
1717
href="/computational-pathology"
18-
thumbnail="/portfolio/images/works/pathml-logo-rect.svg"
18+
thumbnail="/images/works/pathml-logo-rect.svg"
1919
title="HistoCore"
2020
>
2121
ML framework for histopathology image analysis
@@ -26,7 +26,7 @@ const Works = () => (
2626
id="sentinel"
2727
href="/sentinel"
2828
title="SENTINEL"
29-
thumbnail="/portfolio/images/works/sentinel-logo-rect.svg"
29+
thumbnail="/images/works/sentinel-logo-rect.svg"
3030
>
3131
Hardened anti-DDoS architecture with verified benchmarks
3232
</WorkGridItem>
@@ -36,26 +36,26 @@ const Works = () => (
3636
<WorkGridItem
3737
id="drift"
3838
href="/drift"
39-
thumbnail="/portfolio/images/works/drift-logo-rect.svg"
39+
thumbnail="/images/works/drift-logo-rect.svg"
4040
title="drift"
4141
>
4242
Git-like server state tracker
4343
</WorkGridItem>
4444
</Section>
4545

4646
<Section delay={0.2}>
47-
<WorkGridItem id="out-of-orbit" href="/out-of-orbit" thumbnail="/portfolio/images/works/out-of-orbit-logo-rect.svg" title="Out of Orbit">
47+
<WorkGridItem id="out-of-orbit" href="/out-of-orbit" thumbnail="/images/works/out-of-orbit-logo-rect.svg" title="Out of Orbit">
4848
Vaporwave arcade shooter with object pooling
4949
</WorkGridItem>
5050
</Section>
5151
<Section delay={0.2}>
52-
<WorkGridItem id="replay" href="/replay" thumbnail="/portfolio/images/works/replay-logo-rect.svg" title="replay">
52+
<WorkGridItem id="replay" href="/replay" thumbnail="/images/works/replay-logo-rect.svg" title="replay">
5353
Record sessions → Ansible playbooks
5454
</WorkGridItem>
5555
</Section>
5656

5757
<Section delay={0.3}>
58-
<WorkGridItem id="whoops" href="/whoops" thumbnail="/portfolio/images/works/whoops-logo-rect.svg" title="whoops">
58+
<WorkGridItem id="whoops" href="/whoops" thumbnail="/images/works/whoops-logo-rect.svg" title="whoops">
5959
Intercepts dangerous shell commands
6060
</WorkGridItem>
6161
</Section>

0 commit comments

Comments
 (0)