Skip to content

Commit

Permalink
fix(frontend/controller): update links to database viewer (#604)
Browse files Browse the repository at this point in the history
Co-authored-by: Harjot Singh <harjot@harkul.com>
  • Loading branch information
saihaj and Harjot1Singh authored Oct 19, 2020
1 parent 54bb534 commit eb01138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/Controller/ShabadInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const popoverDisplay = {
anchorOrigin: { vertical: 'top', horizontal: 'center' },
}

const getDbViewerUrl = lineId => `https://database.shabados.com/line/${lineId}`
const getDbViewerUrl = lineId => `https://viewer.shabados.com/line/${lineId}`

const ShabadInfo = () => {
const iconButtonRef = useRef()
Expand Down

0 comments on commit eb01138

Please sign in to comment.