Skip to content

Commit

Permalink
๐Ÿ› Fix Safari & Firefox invalid date bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dohyun-ko committed Sep 5, 2024
1 parent 514092e commit 14cf10b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/locales/en-US/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export const main = {
name: "2024 KPMG Ideathon: ๐Ÿฅ‰ 3rd Place",
isImportant: true,
url: "https://github.com/gist-optima",
startedAt: "2024-1",
endedAt: "2024-2",
startedAt: "2024-01",
endedAt: "2024-02",
description:
"Participated in the [Samjong KPMG Ideathon](https://kpmgkr.notion.site/kpmgkr/2024-KPMG-1fcd8a808f3d4f36a5ae8ad6e9bc413e) and developed the platform Docuflow, which implemented VCS for document work and streamlined-ai-search using LLM. I focused on making VCS intuitive for non-developers through drag & drop and ensuring the UI accommodated AI responses that could take up to a minute.",
whatIDid: ["Front-end Development"],
Expand Down
4 changes: 2 additions & 2 deletions src/locales/ko-KR/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export const main = {
name: "2024 KPMG Ideathon: ๐Ÿฅ‰ 3๋“ฑ",
isImportant: true,
url: "https://github.com/gist-optima",
startedAt: "2024-1",
endedAt: "2024-2",
startedAt: "2024-01",
endedAt: "2024-02",
description:
"[์‚ผ์ • KPMG ์•„์ด๋””์–ดํ†ค](https://kpmgkr.notion.site/kpmgkr/2024-KPMG-1fcd8a808f3d4f36a5ae8ad6e9bc413e)์— ์ฐธ์—ฌํ•ด ๋ฌธ์„œ ์ž‘์—…์— VCS๋ฅผ ๋„์ž…ํ•˜๊ณ  LLM์„ ์ด์šฉํ•œ streamlined-ai-search๋ฅผ ๊ตฌํ˜„ํ•œ ํ”Œ๋žซํผ Docuflow๋ฅผ ๊ฐœ๋ฐœํ–ˆ์Šต๋‹ˆ๋‹ค. ๋น„๊ฐœ๋ฐœ์ž๋„ VCS๋ฅผ ์ง๊ด€์ ์œผ๋กœ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋„๋ก drag & drop์„ ์ ๊ทน ์ด์šฉํ•˜์˜€์œผ๋ฉฐ, ์ตœ๋Œ€ 1๋ถ„๊นŒ์ง€ ๊ฑธ๋ฆด ์ˆ˜ ์žˆ๋Š” AI ์‘๋‹ต์„ ๊ธฐ๋‹ค๋ฆด ์ˆ˜ ์žˆ๋Š” UI๋ฅผ ์ค‘์‹œํ–ˆ์Šต๋‹ˆ๋‹ค.",
whatIDid: ["ํ”„๋ก ํŠธ์—”๋“œ ๊ฐœ๋ฐœ"],
Expand Down

0 comments on commit 14cf10b

Please sign in to comment.