Skip to content

Commit 0ad7e4b

Browse files
committed
Fix: Forget TOEIC
1 parent 2924302 commit 0ad7e4b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export const siteConfigFr = {
7070
dateRange: "2022 - 2027",
7171
achievements: [
7272
"Semestre ERASMUS en Grèce, Espagne et République Tchèque",
73+
"Score TOEIC : 910/990",
7374
"Cours de la Cisco Networking Academy complétés",
7475
],
7576
},
@@ -148,6 +149,7 @@ export const siteConfigEn = {
148149
dateRange: "2022 - 2027",
149150
achievements: [
150151
"ERASMUS semester in Greece, Spain and Czech Republic",
152+
"TOEIC Score: 910/990",
151153
"Cisco Networking Academy courses completed",
152154
],
153155
},

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import "../styles/global.css";
1313
<html lang="en">
1414
<head>
1515
<meta charset="utf-8" />
16-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
16+
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
1717
<meta name="viewport" content="width=device-width" />
1818
<meta name="generator" content={Astro.generator} />
1919
<meta name="description" content={siteConfig.description} />

0 commit comments

Comments
 (0)