Skip to content

Commit

Permalink
Fix spelling of Einstein Probe in checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger authored and Vidushi-GitHub committed May 7, 2024
1 parent 95ef25e commit ecdb034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/NoticeTypeCheckboxes/NoticeTypeCheckboxes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,14 @@ const JsonNoticeTypes = {
IceCube: ['gcn.notices.icecube.lvk_nu_track_search'],
LVK: ['igwn.gwalert'],
Swift: ['gcn.notices.swift.bat.guano'],
EinsteinProbe: ['gcn.notices.einstein_probe.wxt.alert'],
'Einstein Probe': ['gcn.notices.einstein_probe.wxt.alert'],
}

const JsonNoticeTypeLinks: { [key: string]: string | undefined } = {
IceCube: '/missions/icecube',
LVK: 'https://emfollow.docs.ligo.org/userguide/tutorial/receiving/gcn.html#receiving-and-parsing-notices',
Swift: '/missions/swift',
EinsteinProbe: '/missions/einstein-probe',
'Einstein Probe': '/missions/einstein-probe',
}

interface NoticeTypeCheckboxProps {
Expand Down

0 comments on commit ecdb034

Please sign in to comment.