cleaning things up and exploring remount problem

This commit is contained in:
talksik
2022-05-08 06:14:14 -05:00
parent 8a4baca0b3
commit 5544d64c92
2 changed files with 19 additions and 1 deletions
@@ -36,7 +36,10 @@ export default function LineDetailsTerminal({
return (
<>
<div className="flex flex-col flex-1 bg-gray-100 items-stretch justify-start relative border-l border-l-gray-100">
<div
className="flex flex-col flex-1 bg-gray-100 items-stretch justify-start relative
border-l border-l-gray-200"
>
{/* line overview header */}
<div className="flex flex-row p-3 items-center gap-1">
{/* <LineIcon sourceImages={selectedLine.profilePictures} />