Skip to content

Commit

Permalink
Merge pull request #124 from pyconjp/develop
Browse files Browse the repository at this point in the history
Release 2024/09/27
  • Loading branch information
k-nakamura authored Sep 27, 2024
2 parents d53c2f4 + 774ca5f commit 97f2b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/sections/TimetableModalSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ export default async function TimetableModalSection({lang, talk}: { lang: 'ja' |
className='border-l-2 border-l-primary pl-4 prose prose-pre:bg-primary-50 prose-pre:rounded-none prose-pre:text-black max-w-full prose-li:marker:text-primary-500'>
<Abstract/>
</div>
<div className='flex gap-4'>
<div className='flex gap-4 flex-col'>
{
talk.resources.map((resource, index) => <Link key={index} href={resource.resource}
className='inline-flex gap-1 text-primary-500 items-center underline hover:opacity-80 w-auto'
target='_blank' rel='noopener noreferrer'>
<ArrowTopRightOnSquareIcon className='h-6 w-6'/>
<ArrowTopRightOnSquareIcon className='min-h-6 min-w-6 max-h-6 max-w-6'/>
<div>{resource.description}</div>
</Link>
)
Expand Down

0 comments on commit 97f2b92

Please sign in to comment.