Skip to content

Commit

Permalink
Add transit page to bottom bar
Browse files Browse the repository at this point in the history
  • Loading branch information
P-man2976 committed Jun 1, 2024
1 parent 9892c07 commit 0cf82a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/nav/BottomNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
// TbFileDescription,
} from 'react-icons/tb';
import { SiGoogleclassroom } from 'react-icons/si';
import { MdOutlineTrain } from 'react-icons/md';
import { dashboardEditModeAtom } from '@/store/dashboard';

function BottomNavbar() {
Expand Down Expand Up @@ -43,6 +44,11 @@ function BottomNavbar() {
// label: '掲示物',
// href: '/posts/hatoboard',
// },
{
icon: <Icon as={MdOutlineTrain} boxSize={8} />,
label: '交通情報',
href: '/transit',
},
],
[],
);
Expand Down

0 comments on commit 0cf82a8

Please sign in to comment.