Skip to content

Commit

Permalink
fix atom feed flight link
Browse files Browse the repository at this point in the history
  • Loading branch information
its-felix committed Nov 7, 2024
1 parent 807f95a commit e99d0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/flight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ function FlightScheduleContent({ flightSchedule }: { flightSchedule: FlightSched
return (
<SpaceBetween direction={'vertical'} size={'xs'}>
<Button wrapText={false} variant={'inline-link'} href={`${baseLink}/feed.rss`} target={'_blank'} iconName={'download'}>RSS</Button>
<Button wrapText={false} variant={'inline-link'} href={`${baseLink}/feed.rss`} target={'_blank'} iconName={'download'}>Atom</Button>
<Button wrapText={false} variant={'inline-link'} href={`${baseLink}/feed.atom`} target={'_blank'} iconName={'download'}>Atom</Button>
</SpaceBetween>
);
},
Expand Down

0 comments on commit e99d0b4

Please sign in to comment.