Layout fix
This commit is contained in:
parent
d3b8431699
commit
4caac5a88c
1 changed files with 2 additions and 2 deletions
|
@ -282,10 +282,10 @@ export default function Home({ integrations }) {
|
||||||
<div className="w-1/12 mr-4 pt-2">
|
<div className="w-1/12 mr-4 pt-2">
|
||||||
<img className="h-8 w-8 mr-2" src={getCalendarIntegrationImage(calendar.integration)} alt={calendar.integration} />
|
<img className="h-8 w-8 mr-2" src={getCalendarIntegrationImage(calendar.integration)} alt={calendar.integration} />
|
||||||
</div>
|
</div>
|
||||||
<div className="w-10/12">
|
<div className="w-10/12 pt-3">
|
||||||
<h2 className="text-gray-800 font-medium">{ calendar.name }</h2>
|
<h2 className="text-gray-800 font-medium">{ calendar.name }</h2>
|
||||||
</div>
|
</div>
|
||||||
<div className="w-2/12 text-right pt-2">
|
<div className="w-2/12 text-right pt-3">
|
||||||
<Switch
|
<Switch
|
||||||
checked={calendar.selected}
|
checked={calendar.selected}
|
||||||
onChange={calendarSelectionHandler(calendar)}
|
onChange={calendarSelectionHandler(calendar)}
|
||||||
|
|
Loading…
Reference in a new issue