Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
yamanoku committed Jul 22, 2023
1 parent b948921 commit a4a1908
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/i18n/en/dictionary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ export default Dictionary({
"icon-title.github": "Go to GitHub",
"icon-label.github": "GitHub",
"icon-title.mail": "Launch the Mail application",
"icon-label.mail": "Mail",
"icon-label.mail": "Mail"
});
2 changes: 1 addition & 1 deletion src/i18n/ja/dictionary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ export default {
"icon-title.github": "GitHub に移動する",
"icon-label.github": "GitHub",
"icon-title.mail": "メールアプリを立ち上げる",
"icon-label.mail": "メール",
"icon-label.mail": "メール"
};
14 changes: 7 additions & 7 deletions src/presentations/listPresentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,41 +8,41 @@ export const listStage: ListType[] = [
{
title: "WAI-ARIA の IDL 属性について",
url: "https://scrapbox.io/yamanoku/WAI-ARIA_%E3%81%AE_IDL_%E5%B1%9E%E6%80%A7%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6",
datetime: "2023-06-24T15:10:00.000Z",
datetime: "2023-06-24T15:10:00.000Z"
},
{
title:
"当事者不在でも変化してきたクラウドワークスのフロントエンド開発について",
url: "https://docs.google.com/presentation/d/e/2PACX-1vSeyDAwaa3AfYhhQDavajOc1ijSaJLO49_hFj_kvx2KetGvb6ozzlQ3VrQFjxaVCRr44XbId7lckT1k/pub?slide=id.p1",
datetime: "2023-05-17T12:30:00.000Z",
datetime: "2023-05-17T12:30:00.000Z"
},
{
title: "JavaScript 開発のこれまでとこれから",
url: "https://docs.google.com/presentation/d/e/2PACX-1vQSVfknQSQjLyX64N2e-UqJAY14DNUc6AE4glPiIRi0bEPCidFajb9yCLZ4s2gpFyV5piKL3yiWsi8y/pub?slide=id.p1",
datetime: "2023-03-21T14:15:00.000Z",
datetime: "2023-03-21T14:15:00.000Z"
}
];

export const listWrite: ListType[] = [
{
title: "ありがとう Webpacker さようなら Webpacker",
url: "https://engineer.crowdworks.jp/entry/thanks_webpacker_goodbye_webpacker",
datetime: "2022-12-13T12:00:00.000Z",
datetime: "2022-12-13T12:00:00.000Z"
},
{
title:
"クラウドワークス #accessibility チャンネル 気になる話題 Pickup 2022",
url: "https://zenn.dev/yamanoku/scraps/afe08c2634034c",
datetime: "2022-12-12T00:00:00.000Z",
datetime: "2022-12-12T00:00:00.000Z"
},
{
title: "crowdworks.jp のフロントエンド活動を振り返る 2022",
url: "https://engineer.crowdworks.jp/entry/crowdworks_frontend_2022",
datetime: "2022-12-01T12:00:00.000Z",
datetime: "2022-12-01T12:00:00.000Z"
},
{
title: "Vue Fes Japan Online 2022 参加レポート",
url: "https://engineer.crowdworks.jp/entry/report-vue-fes-japan-online-2022",
datetime: "2022-10-25T03:00:00.000Z",
datetime: "2022-10-25T03:00:00.000Z"
}
];

0 comments on commit a4a1908

Please sign in to comment.