Dashboard with cards
This commit is contained in:
@@ -58,7 +58,9 @@ export default function DepartureList(props: {
|
||||
|
||||
return (
|
||||
<div className={style.container}>
|
||||
<h2>{name} Departures</h2>
|
||||
<div className={style.heading}>
|
||||
<h2>{name}</h2>
|
||||
</div>
|
||||
<div className={style.departureLists}>
|
||||
{departureTables(left)}
|
||||
{departureTables(right)}
|
||||
|
||||
Reference in New Issue
Block a user