|
|
@@ -1,5 +1,6 @@ |
|
|
|
import React, {useState, useEffect} from 'react'; |
|
|
|
|
|
|
|
// Icons could be moved to their own file in the future |
|
|
|
function ContactIcon() { |
|
|
|
return ( |
|
|
|
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" |
|
|
@@ -54,6 +55,7 @@ function moveCall(call, update) { |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
// Displays details of specific calls |
|
|
|
function Call(props) { |
|
|
|
return ( |
|
|
|
<div className="fade-in call"> |
|
|
|