Skip to content

Commit

Permalink
Merge pull request #61 from jarell-santella/content
Browse files Browse the repository at this point in the history
added speakerdeck card
  • Loading branch information
jarell-santella authored Nov 11, 2024
2 parents 8c1dcc5 + 2469eea commit b0d474b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions locales/en/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"Come and Get It": "Come and Get It",
"Here, Kitty!": "Here, Kitty!",
"Kintsugi": "Kintsugi",
"Heart Takes": "Heart Takes",
Expand Down
1 change: 1 addition & 0 deletions locales/jp/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"Come and Get It": "取りあげてみせろ",
"Here, Kitty!": "猫、おいで!",
"Kintsugi": "金継ぎ",
"Heart Takes": "ハート奪い",
Expand Down
4 changes: 4 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ import enIndexLocales from "../../locales/en/index.json"
import jpIndexLocales from "../../locales/jp/index.json"

const speakerDecks = [
{
title: "Come and Get It",
src: "https://speakerdeck.com/wishterias/come-and-get-it",
},
{
title: "Here, Kitty!",
src: "https://speakerdeck.com/player/134a56d93b6344acaaf7c8051fd54b0b",
Expand Down

0 comments on commit b0d474b

Please sign in to comment.