Added a code workspace file. Feed should come back with the correct url. Styled the feed and site buttons.
This commit is contained in:
parent
5e1cab4c49
commit
982d6ac661
@ -61,13 +61,13 @@ export default function PodcastSummary({ stream }: PodcastSummaryType) {
|
|||||||
<div className="mt-4 flex justify-start space-x-4">
|
<div className="mt-4 flex justify-start space-x-4">
|
||||||
<button
|
<button
|
||||||
onClick={() => handleNavigation(summaryData.feedUrl)}
|
onClick={() => handleNavigation(summaryData.feedUrl)}
|
||||||
className='bg-purple-300 hover:bg-purple-400 text-sm px-4 py-2 rounded-sm'
|
className='bg-purple-400 hover:bg-purple-500 text-sm px-4 py-2 rounded-sm'
|
||||||
>
|
>
|
||||||
RSS Feed
|
RSS Feed
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
onClick={() => handleNavigation(summaryData.siteUrl)}
|
onClick={() => handleNavigation(summaryData.siteUrl)}
|
||||||
className='bg-purple-300 hover:bg-purple-400 text-sm px-4 py-2 rounded-sm'
|
className='bg-purple-400 hover:bg-purple-500 text-sm px-4 py-2 rounded-sm'
|
||||||
>
|
>
|
||||||
Visit Site
|
Visit Site
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user