Skip to content

Commit 57f7e75

Browse files
committed
final final cleanup
1 parent c017624 commit 57f7e75

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/app/about/interact.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const pages: VNPage[] = [
2525
{
2626
title: "Who is Anderson Tseng?",
2727
image: "/about/anderson_2.jpg",
28-
text: "Welcome to my tiny little corner of the internet.\nHere, I catalogue some stuff about me.",
28+
text: " I am a data science student at Simon Fraser University. I'm passionate about making the world a better place by using the power of technology.",
2929
buttonText1: "That's it?"
3030
},
3131
{
@@ -146,12 +146,12 @@ const Interact = () => {
146146
return (
147147
<div className="flex flex-col gap-4">
148148
<div className="flex flex-col md:flex-row gap-4 w-full">
149-
<div className="h-[300px] min-w-[200px] w-full md:w-lg border-2 border-slate-600 rounded z-10 flex items-center justify-center">
149+
<div className="h-[350px] min-w-[200px] w-full md:w-lg border-2 border-slate-600 rounded z-10 flex items-center justify-center">
150150
<Image
151151
src={page.image}
152-
height='300'
152+
height='350'
153153
width='200'
154-
className="h-[297px] w-full object-cover rounded-sm z-0"
154+
className="h-[347px] w-full object-cover rounded-sm z-0"
155155
alt="sorry, alt not implemented"
156156
priority
157157
/>

0 commit comments

Comments
 (0)