From 7f1a4ebde3ec32a703f04c989b4802b800f65c57 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 16 Aug 2020 23:15:28 +0300 Subject: feat: add elevation to PollCard --- src/components/PollCard/PollCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/PollCard/PollCard.tsx b/src/components/PollCard/PollCard.tsx index 749c6b7..80a1386 100644 --- a/src/components/PollCard/PollCard.tsx +++ b/src/components/PollCard/PollCard.tsx @@ -94,7 +94,7 @@ const PollCard: React.FC = React.memo(({ poll, setPoll }) => { const dominant: Which = left.votes >= right.votes ? 'left' : 'right'; return ( - +
-- cgit v1.2.3