Skip to content

Commit 15be541

Browse files
committed
images fixed
1 parent 293cb1f commit 15be541

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/pages/accredations.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const ImageList: React.FC<{ images: string[] }> = ({ images }) => (
1313
<img
1414
src={src}
1515
className="format-img"
16-
style={{ height: "85svh", maxWidth: "90%" }}
16+
style={{ height: "65svh", maxWidth: "90%" }}
1717
loading="lazy"
1818
alt={`Image_${index}`}
1919
/>

src/components/pages/projects.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const projectsData:Project = [
150150
},
151151
{
152152
title: "ALGORITHMS (C++)",
153-
link: "https://github.com/austinhutchen/PHPland.git",
153+
link: "https://github.com/austinhutchen/CALGORITHMS.git",
154154
description:
155155
"A library I created to store data structures and algorithms that I use in my projects frequently or like to have on hand, coded by me from scratch using pointers in c++. Included is straussen's matrix multiplication algorithm, a fast-fourier-transform implementation, various implementations of hash tables with collision-checking, binary trees, graphs,and much more.",
156156
images: [props.data[17 ]],

0 commit comments

Comments
 (0)