Skip to content

Commit 47d2bfa

Browse files
committed
update
1 parent 432a4aa commit 47d2bfa

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

design/pages/cong-doan/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import Layout from '../../components/layout/Layout'
33
import React, { useState, useEffect } from 'react'
44
import {MetaProps} from '../../components/layout/meta'
5-
import NavBar from '../../components/layout/navbar'
65
import Groups from '../../components/home/groups'
76
import {GroupsType} from '../../types/group'
87

design/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const Home: NextPage<Props> = ({}) => {
115115
<Layout meta_data={meta_data} current_page='home'>
116116
<Hero/>
117117
<LetterView post={letter}/>
118-
<MassSchedule schedule={massScheduleHome} gospel_link={audio_link}/>
118+
<MassSchedule schedule={massScheduleHome} gospel_link={massScheduleHome.gospel?.audio_link}/>
119119
<Notice announcements={announcements}/>
120120
<PriorityNotice/>
121121
<VideoPostCast videoLinks={videoLinks}/>

design/types/gospel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export type GospelType = {
44
title: string
55
slug: string
66
date: string
7+
audio_link?:string
78
first_reading?: string
89
second_reading?: string
910
halelluia?: string;

0 commit comments

Comments
 (0)