Skip to content

Commit

Permalink
linkを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
rassi0429 committed Nov 20, 2024
1 parent 9f691c9 commit 7d8c329
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions components/landing-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,13 @@ export function LandingPageComponent() {
const resources = [
{ title: "公式Wiki", url: "https://wiki.resonite.com", description: "Resoniteの公式Wikiサイトです。", color: "from-red-500 to-orange-500" },
{ title: "Resonite 非公式日本語ガイド", url: "https://resonite-jp-guide.zozoka.su/", description: "Resoniteにある機能を一通り解説した日本語ガイドサイトです。個人によって管理・運営されています。", color: "from-orange-500 to-yellow-500" },
{ title: "Resonite 非公式日本語 Wiki", url: "https://wiki.resonite.love/", description: "Resonite非公式日本語Wikiです", color: "from-orange-500 to-yellow-500" },
{ title: "べるねWiki", url: "#", description: "ユーザーによって作成・管理されているWikiです。", color: "from-orange-500 to-yellow-500" },
{ title: "セッション/ワールド検索", url: "https://resonite.world/", description: "セッションとかワールドが検索できるサイト。", color: "from-yellow-500 to-green-500" },
{ title: "初心者ガイド", url: "#", description: "Resoniteを始めたばかりの方向けの解説サイトです。", color: "from-yellow-500 to-green-500" },
{ title: "初心者ガイド", url: "#", description: "Resoniteを始めたばかりの方向けの解説サイトです。", color: "from-green-500 to-blue-500" },
{ title: "初心者ガイド", url: "#", description: "Resoniteを始めたばかりの方向けの解説サイトです。", color: "from-blue-500 to-indigo-500" },
{ title: "初心者ガイド", url: "#", description: "Resoniteを始めたばかりの方向けの解説サイトです。", color: "from-indigo-500 to-purple-500" },
{ title: "れぞマガ", url: "https://www.resonitemagazine.com/", description: "先鋭的なVRSNS「Resonite」を紹介するサイトです", color: "from-yellow-500 to-green-500" },
{ title: "UniPocket", url: "https://about.uni-pocket.com/ja", description: "UniPocketはResoniteで使える、画期的なアイテム共有・検索ツールです。", color: "from-green-500 to-blue-500" },
{ title: "公式Discord", url: "https://discord.gg/resonite", description: "Resonite公式Discordサーバです。", color: "from-blue-500 to-indigo-500" },
{ title: "ResoniteJapan", url: "https://discord.gg/resonite-japan", description: "Resonite非公式日本コミュニティのDiscordサーバです", color: "from-indigo-500 to-purple-500" },
]

return (
Expand Down

0 comments on commit 7d8c329

Please sign in to comment.