Skip to content

Commit

Permalink
💬 add access link to TopPage
Browse files Browse the repository at this point in the history
  • Loading branch information
Shion1305 committed Nov 2, 2023
1 parent b817332 commit b7efa75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ interface CardData {
}
const cards: CardData[] = [
{
color: CardType.Green,
link: "/access",
subTitle: "電車でのアクセス",
text: "羽沢横浜国大駅・三ッ沢上町駅・和田町駅からのアクセスについてご案内しています。",
title: "ACCESS",
},
{
color: CardType.Yellow,
link: "/events",
Expand Down

0 comments on commit b7efa75

Please sign in to comment.