Skip to content

Commit 2c1da08

Browse files
committed
🚀 Add build files
1 parent 3ddf8c0 commit 2c1da08

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
region: "eu",
9595
});
9696
</script>
97-
<script type="module" crossorigin src="/assets/index-14589612.js"></script>
97+
<script type="module" crossorigin src="/assets/index-79124d93.js"></script>
9898
<link rel="stylesheet" href="/assets/index-32718201.css">
9999
</head>
100100
<body>

build/assets/index-14589612.js renamed to build/assets/index-79124d93.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
region: "eu",
9595
});
9696
</script>
97-
<script type="module" crossorigin src="/assets/index-14589612.js"></script>
97+
<script type="module" crossorigin src="/assets/index-79124d93.js"></script>
9898
<link rel="stylesheet" href="/assets/index-32718201.css">
9999
</head>
100100
<body>

src/pages/home/printable/sections/ExperienceSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const ExperienceSection = ({}: ExperienceSectionProps) => {
1414
t("experience.experiences", {
1515
returnObjects: true,
1616
}) as Organization[]
17-
).toReversed(),
17+
).reverse(),
1818
...(t("current.organizations", {
1919
returnObjects: true,
2020
}) as Organization[]),

0 commit comments

Comments
 (0)