Skip to content

Commit

Permalink
ui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pblvrt committed Oct 17, 2023
1 parent 6e9b4bc commit b4b3f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/[organization]/[event]/(eventHome)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const EventHome = async ({ params }: { params: Params }) => {
<p>&#127759; Where: Live in Vietnam and Online</p>
<p>&#128421; Streamed @ launch.scroll.xyz</p>
<Link
className="bg-accent font-bold border-2 hover:text-accent hover:bg-white text-white border-accent px-2 py-1 rounded max-w-[6rem]"
className="bg-accent font-bold border-2 hover:text-accent hover:bg-white text-white border-accent px-2 py-1 rounded max-w-[8rem]"
href={
'https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=NmFqZGU4dmVxcGgzanNxYjlzYjV1MXB0MGEgY19mZDE2YjdhZTIxZDA2NWI4OTUxYTU0MzM3NDQ1MTQ3MjEyYWI1OThhMjAzNzFlZjEzMjBjZWQ5ZWUzOWNhNTc0QGc&tmsrc=c_fd16b7ae21d065b8951a54337445147212ab598a20371ef1320ced9ee39ca574%40group.calendar.google.com'
}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const ScheduleCard = ({ session, showTime = false, speakers = false }: { session
)}
<p className="flex text-ellipsis text-main-text text-sm lg:text-md">{session.name}</p>
{speakers && (
<div className="flex py-1 items-center flex-row space-x-2 overflow-hidden">
<div className="flex py-1 items-center flex-row space-x-2 overflow-hidden mt-auto">
{session.speakers.map((speaker) => (
// <SpeakerPhoto size="sm" key={speaker.id} speaker={speaker} />
<p key={speaker.id} className="text-sm text-main-text border p-1 px-2 rounded-full whitespace-nowrap ">
Expand Down

0 comments on commit b4b3f89

Please sign in to comment.