aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-17 23:23:50 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-17 23:23:50 +0100
commitcd3136ff80e0db70e2530edb60f992d54acdf919 (patch)
treed9cea460dab11a5b01d20005dc5a5191759bc7b8
parentFix thesis link wrapping (diff)
downloadblog-cd3136ff80e0db70e2530edb60f992d54acdf919.tar.gz
blog-cd3136ff80e0db70e2530edb60f992d54acdf919.tar.zst
blog-cd3136ff80e0db70e2530edb60f992d54acdf919.zip
Fix LLM4MDE link
-rw-r--r--src/components/landing/sections/Resume.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/landing/sections/Resume.tsx b/src/components/landing/sections/Resume.tsx
index bac2bde..19f0c20 100644
--- a/src/components/landing/sections/Resume.tsx
+++ b/src/components/landing/sections/Resume.tsx
@@ -393,7 +393,7 @@ function Service() {
393 <h4 className={styles.cv__title}>Program Committe member</h4> 393 <h4 className={styles.cv__title}>Program Committe member</h4>
394 <p className={styles.cv__times}> 394 <p className={styles.cv__times}>
395 <span className={styles.cv__time}> 395 <span className={styles.cv__time}>
396 <Link to="https://2023.splashcon.org/committee/splash-2023-oopsla-external-review---artifact-evaluation-committee"> 396 <Link to="https://conf.researchr.org/home/staf-2024/llm4mde-2024">
397 LLM4MDE &rsquo;24 397 LLM4MDE &rsquo;24
398 </Link> 398 </Link>
399 </span> 399 </span>