feat(frontend): updated network modal title

pull/78/head
Samuel Rowe 3 years ago
parent 7e2a2ff845
commit 76aa3cdd29

@ -57,7 +57,7 @@ const ModalNetwork = (props: IModalNetworkProps) => {
<div className="relative w-auto my-6 mx-auto max-w-5xl z-50">
<div className="border-0 rounded-lg shadow-lg relative flex flex-col w-full bg-white outline-none focus:outline-none">
<div className="flex items-center justify-between px-4 py-3 border-b border-solid border-blueGray-200 rounded-t">
<h3 className="text-sm font-semibold">Top level networks</h3>
<h3 className="text-sm font-semibold">Add top level network</h3>
<button
className="p-1 ml-auto text-black float-right outline-none focus:outline-none"
onClick={onHide}

Loading…
Cancel
Save